commit | 6743420778e65815184e36817e5e24fe0c5b4749 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 06 20:20:51 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 06 20:20:51 2017 +0100 |
tree | 9958dba2b8762050730f6fcc625f8a5acf75739d | |
parent | d06f31c443bbaa231ef75221540dec605d20018b [diff] |
BUG/MINOR: h2: set the "HEADERS_SENT" flag on stream, not connection This flag was added after the GOAWAY flags were introduced and mistakenly placed in the connection, but that doesn't make sense as it's specific to the stream. The main impact is the risk of returning a DATA0+ES frame for an error instead of an RST_STREAM.