aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaat <jaat@yandex-team.ru>2022-02-10 16:47:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:57 +0300
commit2929831d3a92d6a868482e4fc6ccccae7f97b448 (patch)
tree5179937806bc16c85404fba8814ce9d243eb14a2
parent86d17ce35561f39e8fb1dcf1b3340a48db69dfae (diff)
downloadydb-2929831d3a92d6a868482e4fc6ccccae7f97b448.tar.gz
Restoring authorship annotation for <jaat@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h b/contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h
index 9b05ccb279..934eb5dd6e 100644
--- a/contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h
+++ b/contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h
@@ -155,7 +155,7 @@ private:
/// Limits for basic sanity checks when reading a header
{
MAX_NAME_LENGTH = 256,
- MAX_VALUE_LENGTH = 16384,
+ MAX_VALUE_LENGTH = 16384,
DFL_FIELD_LIMIT = 100
};