BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Oct 2019 08:23:51 +0000 (10:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Oct 2019 14:12:02 +0000 (16:12 +0200)
commit7a991a9b83526b5000349b185186b0797d9fe080
treea08d25342af4fd0cfab347e7ae94c6ba5864e30e
parent5cef2a6d846a0bb8ffc634c04d7f1be28f40ba8d
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.
src/mux_h1.c