commit | 2e47e3a1cf0e6a325d7b38fd98b5b884b06628f2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 13 11:40:24 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 13 11:51:11 2023 +0100 |
tree | 2877a773014e22699c3a6cb9e49510646db641f1 | |
parent | 462f52260c0685696b1521ef9e5276b98ba98cde [diff] |
MINOR: htx: Add an HTX value for the extra field is payload length is unknown When the payload length cannot be determined, the htx extra field is set to the magical vlaue ULLONG_MAX. It is not obvious. This a dedicated HTX value is now used. Now, HTX_UNKOWN_PAYLOAD_LENGTH must be used in this case, instead of ULLONG_MAX.