commit | c020b2505d4d5a94d1b465a4e6e73c1f5ef86170 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Mar 09 18:56:02 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Mar 14 15:10:12 2022 +0100 |
tree | 61fe2ca4dae1f97e78bea91500fd8d8805971542 | |
parent | c8f1eb99b4004444c7674d48d967ea3040a62d6e [diff] |
BUG/MINOR: httpclient: remove the UNUSED block when parsing headers Remove the UNUSED blocks when iterating on headers, we should not stop when encountering one. We should only stop iterating once we found the EOH block. It doesn't provoke a problem, since we don't manipulates the headers before treating them, but it could evolve in the future. Must be backported to 2.5.