summaryrefslogtreecommitdiff
path: root/test/test_closed_streams.py
Commit message (Expand)AuthorAge
* fix formattingMichał Szymański2020-05-26
* ignore WINDOW_UPDATE frames on removed or non-existent streamMichał Szymański2020-05-26
* auto-emit WINDOW_UPDATE frames on unprocessed DATA framesThomas Kriechbaumer2020-02-08
* Fixed H2StreamStateMachine to ignore WINDOW_UPDATE and RST_STREAM frames when...Vladimir Magamedov2019-07-07
* Remove deprecated connection args and propertiesCory Benfield2017-03-22
* Improved some grammer and typochhsiao902017-02-25
* Comment cleanup and changelog.Cory Benfield2017-02-24
* Emit either StreamClosedError or ProtocolError based on close reason.chhsiao902017-02-24
* Rewrite tests to use non-deprecated code.Cory Benfield2016-08-24
* Update failing tests to the new reality.Cory Benfield2016-02-09
* Validate the values of StreamIDTooLowErrorCory Benfield2016-01-11
* Fixup test for sending RST_STREAM frames.Cory Benfield2015-10-22
* Make sure we allow for streams deleted in tests.Cory Benfield2015-10-22
* Further test for removing closed streams.Cory Benfield2015-10-22
* Tests for behaviour of closed streams.Cory Benfield2015-10-22