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 | 7107d44a6a6d3cd0a7ea831aa0027b2840b17365 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/fetch/httpheader.h | |
parent | 580b68df0905c121b598e4a9e426a6d8ef4b1078 (diff) | |
download | ydb-7107d44a6a6d3cd0a7ea831aa0027b2840b17365.tar.gz |
Restoring authorship annotation for <brinit@yandex-team.ru>. Commit 2 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 237395fee0..b2810bbd41 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"; } |