commit | c6795ca7c1845746838c27f4cc201aa560733af1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 07 09:43:06 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 07 09:43:06 2017 +0100 |
tree | 948d5e6214ac013f7d69c031aaa55cefb4dd9798 | |
parent | 6743420778e65815184e36817e5e24fe0c5b4749 [diff] |
BUG/MEDIUM: h2: properly send an RST_STREAM on mux stream error Some stream errors are detected on the MUX path (eg: H1 response encoding). The ones forgot to emit an RST_STREAM frame, causing the client to wait and/or to see the connection being immediately closed. This is now fixed.