]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: applet: Commit changes into input buffer after sending HTX data
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Jun 2026 13:16:35 +0000 (15:16 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Jun 2026 13:39:43 +0000 (15:39 +0200)
commitb8543c54d45e769d7aea0397cbc0124cd6b2420d
tree2b566eba5f7fd84aed8a843bafc39be0f095a1f9
parent849710713200592ab76adeae924eb7e34a5cf1ad
BUG/MINOR: applet: Commit changes into input buffer after sending HTX data

After sending HTX data to an applet, htx_to_buf() must be called on the
applet buffer to commit changes (and possibly to reset the buffer if it is
empty). This was performed on the output buffer while it should in fact be
performed on the input buffer. So let's fix it.

This patch must be backported as far as 3.0.
src/applet.c