]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proto_htx: Fix request/response synchronisation on error
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Nov 2018 20:59:00 +0000 (21:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 13:31:44 +0000 (14:31 +0100)
commitb42a8b6c61f7387bdf81aa04d485ecef6d4c46c5
tree531dde05c9f53a02487bb5929cb7a1a29c95c193
parent9b95d311229d2e2389a1552ffc8ce8d451e2ec51
BUG/MINOR: proto_htx: Fix request/response synchronisation on error

The HTTP transaction must be aborted if an error is detected on any one
side.
src/proto_htx.c