Files
h2/tests/support
Geoffry Song 558e6b6e6c Avoid reclaiming frames for dead streams. (#262)
In `clear_queue` we drop all the queued frames for a stream, but this doesn't
take into account a buffered frame inside of the `FramedWrite`. This can lead
to a panic when `reclaim_frame` tries to recover a frame onto a stream that has
already been destroyed, or in general cause wrong behaviour.

Instead, let's keep track of what frame is currently in-flight; then, when we
`clear_queue` a stream with an in-flight data frame, mark the frame to be
dropped instead of reclaimed.
2018-04-24 16:52:24 -07:00
..
2017-09-25 22:28:39 -07:00
2018-01-05 09:23:48 -08:00
2018-01-11 22:46:52 -08:00
2017-11-29 12:54:23 -08:00
2018-03-07 20:48:54 -08:00
2017-09-25 22:28:39 -07:00
2017-10-19 20:02:08 -07:00