aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchubinskiy <chubinskiy@yandex-team.ru>2022-02-10 16:50:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:43 +0300
commitce384ae51a2d2c465e4e0fe4fe0346e382459bfe (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parent453eec17f7342a749715ac05de32da8e2d15444d (diff)
downloadydb-ce384ae51a2d2c465e4e0fe4fe0346e382459bfe.tar.gz
Restoring authorship annotation for <chubinskiy@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--library/cpp/actors/http/http.h2
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;