commit | f65b80dd47da42743b13327e358709eddb0edb73 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 30 11:46:49 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:19 2017 +0100 |
tree | 8188c644db5075f78279f99bbc50513b5f292e34 | |
parent | e96b0922e9b26260041fda7acc108a4ec901ef0a [diff] |
MINOR: h2: centralize the check for the idle streams RFC7540#5.1 is pretty clear : "any frame other than HEADERS or PRIORITY in this state MUST be treated as a connection error". Instead of dealing with this for each and every frame type, let's do it once for all in the main demux loop.