diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-02 14:16:13 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-02 14:16:13 +0300 |
commit | c81361f6627975b0f12338545dd1b6a146215173 (patch) | |
tree | a15bbe22b10b08151786e00b3791efcd6048e324 /library/cpp/actors/http/http.h | |
parent | f95390e0bf9496e5d0e09c22c27235618c0e9143 (diff) | |
download | ydb-c81361f6627975b0f12338545dd1b6a146215173.tar.gz |
intermediate changes
ref:897f95916cd29fcdf9f1223e0fcd35d4781a3b5f
Diffstat (limited to 'library/cpp/actors/http/http.h')
-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 318cc5173e..3919737ff7 100644 --- a/library/cpp/actors/http/http.h +++ b/library/cpp/actors/http/http.h @@ -193,7 +193,7 @@ public: Error, }; - static constexpr size_t MaxMethodSize = 6; + static constexpr size_t MaxMethodSize = 8; static constexpr size_t MaxURLSize = 1024; static constexpr size_t MaxProtocolSize = 4; static constexpr size_t MaxVersionSize = 4; |