commit | cdc90e9175b476c15d811c0627b1471f5b3177c9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 28 13:28:46 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 22:06:53 2019 +0200 |
tree | f4353c23aff326b65cd26f1170dd39b24ce2f9c8 | |
parent | c62c2b9d9224daf453bdc73cad75c95cdff36e59 [diff] |
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.