diff options
author | brinit <brinit@yandex-team.ru> | 2022-02-10 16:49:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:49 +0300 |
commit | 580b68df0905c121b598e4a9e426a6d8ef4b1078 (patch) | |
tree | 3a85e8f04634bce3605b1a21105ee4e8ebff0aa3 /library/cpp/http/fetch/httpfsm.h | |
parent | 9c61d3a2cac2a16341e82c613b030fcc03bf277a (diff) | |
download | ydb-580b68df0905c121b598e4a9e426a6d8ef4b1078.tar.gz |
Restoring authorship annotation for <brinit@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/httpfsm.h')
-rw-r--r-- | library/cpp/http/fetch/httpfsm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/http/fetch/httpfsm.h b/library/cpp/http/fetch/httpfsm.h index c4abdcd0d23..be9c2fba4ee 100644 --- a/library/cpp/http/fetch/httpfsm.h +++ b/library/cpp/http/fetch/httpfsm.h @@ -27,8 +27,8 @@ struct THttpHeaderParser { int ret = Init((THttpBaseHeader*)(h)); hd = h; hd->Init(); - hreflangpos = hd->hreflangs; - hreflangspace = HREFLANG_MAX; + hreflangpos = hd->hreflangs; + hreflangspace = HREFLANG_MAX; return ret; } @@ -54,10 +54,10 @@ struct THttpHeaderParser { const unsigned char* langstart; size_t langlen; - + char* hreflangpos; size_t hreflangspace; - + bool AcceptingXRobots; THttpAuthHeader* auth_hd; |