commit | f56e8465f067c84b820dbedd89e6f44f1e02c179 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 10:56:36 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 16:21:25 2021 +0200 |
tree | b2f7548b814ac0f4af8d6df9b8a634d5e766dacb | |
parent | 631c7e866522f8a11c9218ffed7a95d0d6b96b5e [diff] |
BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" Only chunk-encoded response payloads are supported by HAProxy. All other transfer encodings are not supported and will be an issue if the HTTP compression is enabled. So be sure only "trailers" is send in TE request headers. The patch is related to the issue #1301. It must be backported to all stable versions. Be carefull for 2.0 and lower because the HTTP legacy must also be fixed.