MINOR: htx: Limit length of headers name/value when a HTX message is dumped
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 Apr 2021 09:29:00 +0000 (11:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Apr 2021 08:51:08 +0000 (10:51 +0200)
commit260ec8e9a9182a2696df4183ccb1920397d8e528
tree9e2da4f1bf84c9728f65a11d69da1848eb4ac411
parentf506d96839cf1128730b3bfb4e8f6c527b3a59c0
MINOR: htx: Limit length of headers name/value when a HTX message is dumped

In htx_dump() function, we now limit the length of the headers name and the
value to not fully print huge headers.
include/haproxy/htx.h