aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpreqdata.cpp
diff options
context:
space:
mode:
authord-korotin <d-korotin@yandex-team.ru>2022-02-10 16:49:44 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:44 +0300
commit06dd6142880381ed6139a2a26614e085e3acc028 (patch)
tree9f9185f8fa9ffa8ce513d882cfb3cac5d9b00c08 /library/cpp/http/misc/httpreqdata.cpp
parent573561e4ea1e5fcbf31e871b7f81ece0051c6bf2 (diff)
downloadydb-06dd6142880381ed6139a2a26614e085e3acc028.tar.gz
Restoring authorship annotation for <d-korotin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpreqdata.cpp')
-rw-r--r--library/cpp/http/misc/httpreqdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpreqdata.cpp b/library/cpp/http/misc/httpreqdata.cpp
index f6951f68cd..17d6b76cea 100644
--- a/library/cpp/http/misc/httpreqdata.cpp
+++ b/library/cpp/http/misc/httpreqdata.cpp
@@ -79,7 +79,7 @@ TString TBaseServerRequestData::HeaderByIndex(size_t n) const noexcept {
return nullptr;
}
- THttpHeadersContainer::const_iterator i = HeadersIn_.begin();
+ THttpHeadersContainer::const_iterator i = HeadersIn_.begin();
while (n) {
++i;