You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements and fixes
* Add more type hints, enable mypy as part of testing
* Raise h2 exceptions when trying to write a closed stream or connection
* Explicitly create streams when appropriate, rather than all the time
* Fix crash when logging window for closed stream
* Update multidict version