aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-02 14:16:13 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-02 14:16:13 +0300
commitc81361f6627975b0f12338545dd1b6a146215173 (patch)
treea15bbe22b10b08151786e00b3791efcd6048e324
parentf95390e0bf9496e5d0e09c22c27235618c0e9143 (diff)
downloadydb-c81361f6627975b0f12338545dd1b6a146215173.tar.gz
intermediate changes
ref:897f95916cd29fcdf9f1223e0fcd35d4781a3b5f
-rw-r--r--build/ya.conf.json2
-rw-r--r--library/cpp/actors/http/http.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 4f3d49d846..e93d6c8d5a 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -7749,7 +7749,7 @@
},
"infractl": {
"formula": {
- "sandbox_id": 1328278077,
+ "sandbox_id": 1329498817,
"match": "infractl"
},
"executable": {
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;