diff options
author | morozyto <morozyto@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 | ab4e3e6f0c4354283ce0375c811569c080cbfbc3 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http | |
parent | 7a7321022af5e93d07031ccb460d313e4f18d04e (diff) | |
download | ydb-ab4e3e6f0c4354283ce0375c811569c080cbfbc3.tar.gz |
Restoring authorship annotation for <morozyto@yandex-team.ru>. Commit 2 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 8ecd58f4bd..96475cc05d 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 { |