python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 192 forks source link

Tolerate errors in resetting streams. #247

Closed Lukasa closed 8 years ago

Lukasa commented 8 years ago

If we can't send a RstStreamFrame, I don't think we care that much: the stream is clearly totally boned, and we should be able to clear up our state.

Resolves #244.