]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient-cli: Don't try to dump raw headers in HTX mode
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Jul 2025 13:17:50 +0000 (15:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:42 +0000 (12:13 +0200)
commit1741bc4bf0f8bb5014b37e44b98d23664b0ec5b9
tree351d090e4e58d1b9bd5ac5c38e8b88b236a9320c
parent88aa7a780c7d93faea4bc968fc56ce0527e47075
BUG/MINOR: httpclient-cli: Don't try to dump raw headers in HTX mode

In the CLI I/O handler interacting with the HTTP client, we must not try to
push raw headers in HTX mode, because there is no raw data in this
mode. This prevent the HTX dump at the end of the I/O handle.

It is a 3.3-specific issue. No backport needed.
src/httpclient_cli.c