commit | f0d80df6e089bd8b368b0742ee39f33f9c6f3230 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 13 10:20:20 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 13 10:53:29 2023 +0100 |
tree | 3c28dec062779cfdc009ea7d1adc5ea858204832 | |
parent | f4569bbcc186837cc267f751635443ad591cb817 [diff] |
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.