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 | 01beb2a58f2156c63596a6dba7069307fc6f286e (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/poco | |
parent | 2929831d3a92d6a868482e4fc6ccccae7f97b448 (diff) | |
download | ydb-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.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 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 }; |