]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Use http_set_term_flags() when waiting the request body
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 09:20:20 +0000 (10:20 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 09:53:29 +0000 (10:53 +0100)
commitf0d80df6e089bd8b368b0742ee39f33f9c6f3230
tree3c28dec062779cfdc009ea7d1adc5ea858204832
parentf4569bbcc186837cc267f751635443ad591cb817
MINOR: http-ana: Use http_set_term_flags() when waiting the request body

When HAProxy is waiting for the request body and an abort or an error is
detected, we can now use http_set_term_flags() function to set the termination
flags of the stream instead of handling it by hand.
src/http_ana.c