commit | cab2295ae71150d6722505945463b3f1d4627e6e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 31 15:48:18 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 31 15:48:18 2019 +0100 |
tree | a4a85e10f2dfe448cec3623ed18964493b18db6b | |
parent | 4481e26e5dd2bc04df494c3f176aa5ceea3d63d5 [diff] |
BUG/MEDIUM: mux-h2: immediately report connection errors on streams In case a stream tries to send on a connection error, we must report the error so that the stream interface keeps the data available and may safely retry on another connection. Till now this would happen only before the connection was established, not in case of a failed handshake or an early GOAWAY for example. This should be backported to 2.0 and 1.9.