]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: htx: Remove the HTX extra field
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Sep 2025 07:33:49 +0000 (09:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:10:42 +0000 (11:10 +0200)
commit914538cd399835a6c63cb3c8a1dd0dbd81431dfb
tree0967bc78b71a7214cdb79b1d807f765d98c2eebb
parent2e2953a3f05cfa866f92e0348086bdec4ede350f
MEDIUM: htx: Remove the HTX extra field

Thanks for previous changes, it is now possible to remove the <extra> field
from the HTX structure. HTX_FL_ALTERED_PAYLOAD flag is also removed because
it is now unsued.
include/haproxy/htx-t.h
include/haproxy/htx.h
src/applet.c
src/filters.c
src/h1_htx.c
src/mux_fcgi.c
src/mux_h2.c
src/qmux_http.c
src/stream.c