commit | 6db1699f7743c7c3aa202aacd6cc24bb32e9b2f2 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri May 17 15:40:49 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Fri May 17 15:49:21 2019 +0200 |
tree | 6eb67974f7c904f4e922abf1f14748d7b44c0b64 | |
parent | ce1a0292bf718bd963af4fec1bc9cc6fba432d51 [diff] |
BUG/MEDIUM: streams: Try to L7 retry before aborting the connection. In htx_wait_for_response, in case of error, attempt a L7 retry before aborting the connection if the TX_NOT_FIRST flag is set. If we don't do that, then we wouldn't attempt L7 retries after the first request, or if we use HTTP/2, as with HTTP/2 that flag is always set.