MEDIUM: proto_htx: Reintroduce the infinite forwarding on data
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Mar 2019 13:54:52 +0000 (14:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2019 05:55:23 +0000 (06:55 +0100)
commit66af0b2b99e4b6c91d381a0cf4478f650c43c0e4
tree5bb56dce9430cbcb93866822d5ca7f621d28cd5b
parent87a8f353f1074c59ffe9e4e4746c803dc6e051d8
MEDIUM: proto_htx: Reintroduce the infinite forwarding on data

This commit was reverted because of bugs. Now it should be ok. Difference with
the commit f52170d2f ("MEDIUM: proto_htx: Switch to infinite forwarding if there
is no data filte") is that when the infinite forwarding is enabled, the message
is switched to the state HTTP_MSG_DONE if the flag CF_EOI is set.
src/proto_htx.c