Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Attempt to inhibit spurious ConnectionResetError on Windows (#…
…1190) The proactor stuff on Windows raises a spurious `ConnectionResetError` while trying to shut down a socket in the `connection_lost` path. This is likely a Python bug (and nobody noticed because this is a background exception). Try to filter it out before complaining.
- Loading branch information