diff options
author | morozyto <morozyto@yandex-team.ru> | 2022-02-10 16:49:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:48 +0300 |
commit | 7a7321022af5e93d07031ccb460d313e4f18d04e (patch) | |
tree | ef13bca2817079136b98297da1e27c5f840f248c /library/cpp/http | |
parent | 79b3cf0f1d6edfa0268153eddcb48f3467527461 (diff) | |
download | ydb-7a7321022af5e93d07031ccb460d313e4f18d04e.tar.gz |
Restoring authorship annotation for <morozyto@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r-- | library/cpp/http/fetch/httpagent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpagent.h b/library/cpp/http/fetch/httpagent.h index 96475cc05d..8ecd58f4bd 100644 --- a/library/cpp/http/fetch/httpagent.h +++ b/library/cpp/http/fetch/httpagent.h @@ -301,7 +301,7 @@ protected: const char* Method; size_t MethodLen; unsigned short HostheaderLen; - static const ssize_t MessageMax = 32768; + static const ssize_t MessageMax = 32768; }; struct TNoTimer { |