aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco
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
commit01beb2a58f2156c63596a6dba7069307fc6f286e (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/poco
parent2929831d3a92d6a868482e4fc6ccccae7f97b448 (diff)
downloadydb-01beb2a58f2156c63596a6dba7069307fc6f286e.tar.gz
Restoring authorship annotation for <jaat@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco')
-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 934eb5dd6e..9b05ccb279 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
};