]> git.kaiwu.me - haproxy.git/commit
CLEANUP: applet/http-client: Don't needlessly copy HTX flags after htx_xfer()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Jul 2026 13:33:22 +0000 (15:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 2 Jul 2026 15:03:54 +0000 (17:03 +0200)
commit9aa081b17e582585881023ae19e5b410c4337db9
tree10858185847eb7a79f9cc41b5e34214aa13f3b5b
parent80e0004c91fef597b4b9c139fb0085ece88d721e
CLEANUP: applet/http-client: Don't needlessly copy HTX flags after htx_xfer()

htx_xfer() function already takes care to copy HTX flags (EOM and
errors). So it is useless to do so in caller functions.
src/applet.c
src/http_client.c