commit | 18de6f28809fc4228866e7717161692d54f31ce4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 01 16:37:49 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 01 17:20:57 2022 +0200 |
tree | 9509840338aa0d4b60ba4edfc809907e3a85fdba | |
parent | c642d7c131fe0cc29a5cd1feedef05e27a390403 [diff] |
BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them Commit 534645d6 ("BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel") introduced a regression. When the response is consumed, The HTX header blocks are removed before duplicating them. Thus, the first header block is always lost. This patch must be backported as far as 2.5.