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 | 453eec17f7342a749715ac05de32da8e2d15444d (patch) | |
tree | a6ab68dcc3254d66ef2824439f13c0228065fbfb /library | |
parent | d94e393f3d35cf42ec17be6dc35149893a0b49cf (diff) | |
download | ydb-453eec17f7342a749715ac05de32da8e2d15444d.tar.gz |
Restoring authorship annotation for <chubinskiy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-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 96c5c1ec48..9697410e2d 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; |