aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
authormorozyto <morozyto@yandex-team.ru>2022-02-10 16:49:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:48 +0300
commit7a7321022af5e93d07031ccb460d313e4f18d04e (patch)
treeef13bca2817079136b98297da1e27c5f840f248c /library/cpp/http
parent79b3cf0f1d6edfa0268153eddcb48f3467527461 (diff)
downloadydb-7a7321022af5e93d07031ccb460d313e4f18d04e.tar.gz
Restoring authorship annotation for <morozyto@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/fetch/httpagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpagent.h b/library/cpp/http/fetch/httpagent.h
index 96475cc05d..8ecd58f4bd 100644
--- a/library/cpp/http/fetch/httpagent.h
+++ b/library/cpp/http/fetch/httpagent.h
@@ -301,7 +301,7 @@ protected:
const char* Method;
size_t MethodLen;
unsigned short HostheaderLen;
- static const ssize_t MessageMax = 32768;
+ static const ssize_t MessageMax = 32768;
};
struct TNoTimer {