]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Simplify handling of 1xx responses
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2019 12:28:46 +0000 (13:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commitcdc90e9175b476c15d811c0627b1471f5b3177c9
treef4353c23aff326b65cd26f1170dd39b24ce2f9c8
parentc62c2b9d9224daf453bdc73cad75c95cdff36e59
MINOR: mux-h1: Simplify handling of 1xx responses

Because of previous changes on http tunneling, the synchronization of the
transaction can be simplified. Only the check on intermediate messages remains
and it only concerns the response path.

This patch must be backported to 1.9. It is not strictly speaking required but
it will ease futur backports.
src/mux_h1.c