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
- reuse __aexit__ for teardown when __aenter__ fails or is cancelled,
mirroring the sync context manager
- move _stopped_future and wait_until_stopped() into the Transport base,
deleting both subclass copies
- reuse request_stop() when connect() finishes after a stop request
- skip sending __abort__ over a closed connection
0 commit comments