diff options
author | morozyto <[email protected]> | 2022-02-10 16:49:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:49 +0300 |
commit | ab4e3e6f0c4354283ce0375c811569c080cbfbc3 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/fetch | |
parent | 7a7321022af5e93d07031ccb460d313e4f18d04e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch')
-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 8ecd58f4bd3..96475cc05d9 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 { |