commit | 7a991a9b83526b5000349b185186b0797d9fe080 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 04 10:23:51 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 04 16:12:02 2019 +0200 |
tree | a08d25342af4fd0cfab347e7ae94c6ba5864e30e | |
parent | 5cef2a6d846a0bb8ffc634c04d7f1be28f40ba8d [diff] |
BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message When an outgoing h1 message is formatted, if it is considered as chunked but the corresponding header is missing, we add it. And as all other h1 headers, if configured so, the case of this header must be adjusted. No backport needed.