commit | d790143d990859f4d5af2c5a9e9e0aac94baa69e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 29 11:34:40 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 29 11:34:40 2017 +0100 |
tree | 3af98b3361647767a20491169fe14e2fde041783 | |
parent | e9ed281e9fac52bbcc0edd84e16c13b2260f28f8 [diff] |
BUG/MEDIUM: h2: ensure we always know the stream before sending a reset The recent patch introducing the H2_CS_FRAME_E state to emit stream resets was not totally correct in that in the rare case where there is no room left to emit the reset, the next call to process it later could use an uninitialized stream. This only affects responses to frames that are sent on closed streams though. This fix must be backported to 1.8.