commit | a110ecbd843e156dd01c6ac581c735be5e240d5b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 17 14:07:46 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 17 14:15:32 2019 +0200 |
tree | 35b8fdbde8655db454d4a0ecccbad425e56504b5 | |
parent | ea418748dd22331e9798cfd8f5e25b436cd577e3 [diff] |
BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages When necessary, this header is directly added in outgoing messages by the H1 multiplexer. Because there is no HTX conversion first, the header name is not converserted to its lower case version. So, it must be added in lower case by the multiplexer. This patch must be backported to 2.0 and 1.9.