diff options
author | jaat <jaat@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
commit | 2929831d3a92d6a868482e4fc6ccccae7f97b448 (patch) | |
tree | 5179937806bc16c85404fba8814ce9d243eb14a2 /contrib/libs/poco | |
parent | 86d17ce35561f39e8fb1dcf1b3340a48db69dfae (diff) | |
download | ydb-2929831d3a92d6a868482e4fc6ccccae7f97b448.tar.gz |
Restoring authorship annotation for <jaat@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco')
-rw-r--r-- | contrib/libs/poco/Net/include/Poco/Net/MessageHeader.h | 2 |
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 }; |