BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 09:49:31 +0000 (10:49 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 09:49:37 +0000 (10:49 +0100)
commitf4569bbcc186837cc267f751635443ad591cb817
tree5808d35b584af3ad734e9662da55bfcec6744888
parent4a66c94d25a8403bce830c2be855772781005b7a
BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body

When we wait for the request body, we are still in the request analysis. So
a SF_FINST_R flag must be reported in logs. Even if some data are already
received, at this staged, nothing is sent to the server.

This patch could be backported in all stable versions.
reg-tests/http-messaging/http_request_buffer.vtc
src/http_ana.c