]> git.kaiwu.me - haproxy.git/commit
MEDIUM: tree-wide: Rely on htx_xfer() instead of htx_xfer_blks()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 07:03:07 +0000 (08:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:43 +0000 (14:02 +0100)
commit39121ceca6945b62fdea24de1cb5102c6631417b
tree553b2fc542eb48c874f0cccffd20ec236ac3d6e8
parentc9a9fa813b9d1431d61c26aa4549ae3bb196ce5a
MEDIUM: tree-wide: Rely on htx_xfer() instead of htx_xfer_blks()

htx_xfer() function replaced htx_xfer_blks(). So let's use it.
src/applet.c
src/http_client.c
src/mux_h2.c
src/qmux_http.c