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/httpheader.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/httpheader.h')
-rw-r--r-- | library/cpp/http/fetch/httpheader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h index b2810bbd41..237395fee0 100644 --- a/library/cpp/http/fetch/httpheader.h +++ b/library/cpp/http/fetch/httpheader.h @@ -145,11 +145,11 @@ public: THttpBaseHeader::Init(); accept_ranges = -1; squid_error = 0; - x_robots_tag = 0; + x_robots_tag = 0; rel_canonical.clear(); http_status = -1; location.clear(); - hreflangs[0] = 0; + hreflangs[0] = 0; retry_after = DEFAULT_RETRY_AFTER; x_robots_state = "xxxxx"; } |