CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Oct 2020 15:58:43 +0000 (17:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:49 +0000 (14:41 +0100)
commitda831fa068a1cc115066d597fc94a3a1bfad0c9d
tree4f63ededab469a59b1fa67052318f03af388b086
parent8bebd2fe52338194b9d0b2d622eab35b6a17533f
CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag

This flags is now unused. It was used in REQ_WAIT_HTTP analyser, when a
stream was waiting for a request, to set the keep-alive timeout or to avoid
to send HTTP errors to client.
contrib/debug/flags.c
include/haproxy/http_ana-t.h
src/http_ana.c