diff options
author | chubinskiy <chubinskiy@yandex-team.ru> | 2022-02-10 16:50:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:43 +0300 |
commit | ce384ae51a2d2c465e4e0fe4fe0346e382459bfe (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 453eec17f7342a749715ac05de32da8e2d15444d (diff) | |
download | ydb-ce384ae51a2d2c465e4e0fe4fe0346e382459bfe.tar.gz |
Restoring authorship annotation for <chubinskiy@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | library/cpp/actors/http/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http.h b/library/cpp/actors/http/http.h index 9697410e2d..96c5c1ec48 100644 --- a/library/cpp/actors/http/http.h +++ b/library/cpp/actors/http/http.h @@ -176,7 +176,7 @@ public: static constexpr size_t MaxVersionSize = 4; static constexpr size_t MaxStatusSize = 3; static constexpr size_t MaxMessageSize = 1024; - static constexpr size_t MaxHeaderSize = 8192; + static constexpr size_t MaxHeaderSize = 8192; static constexpr size_t MaxChunkLengthSize = 8; static constexpr size_t MaxChunkSize = 256 * 1024 * 1024; static constexpr size_t MaxChunkContentSize = 1 * 1024 * 1024 * 1024; |