aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authormorozyto <morozyto@yandex-team.ru>2022-02-10 16:49:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:49 +0300
commitab4e3e6f0c4354283ce0375c811569c080cbfbc3 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp
parent7a7321022af5e93d07031ccb460d313e4f18d04e (diff)
downloadydb-ab4e3e6f0c4354283ce0375c811569c080cbfbc3.tar.gz
Restoring authorship annotation for <morozyto@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-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 8ecd58f4bd..96475cc05d 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 {