]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua/http-fetch: Use <kip> instead of HTX extra field to get body size
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Sep 2025 07:00:42 +0000 (09:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:10:25 +0000 (11:10 +0200)
commitf1c659f3aebb397405851bfbb056249ea0a7676c
tree1bd08cf15dc79d30de975a0ec9f1fa6a19b116fa
parentbe1ce400c4b4b910c465163aac0190f8f1647deb
MINOR: hlua/http-fetch: Use <kip> instead of HTX extra field to get body size

The known input payload length now contains the information. There is no
reason to still rely on the HTX extra field.
src/hlua.c
src/http_fetch.c