commit | 260ec8e9a9182a2696df4183ccb1920397d8e528 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 27 11:29:00 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 28 10:51:08 2021 +0200 |
tree | 9e2da4f1bf84c9728f65a11d69da1848eb4ac411 | |
parent | f506d96839cf1128730b3bfb4e8f6c527b3a59c0 [diff] |
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.