Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix async cancellation behaviour" #627

Merged
merged 1 commit into from Nov 25, 2022

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Nov 25, 2022

This reverts pull request #580.

Any accesses to modifying ._pool or ._requests should always be guarded by first holding the ._pool_lock.
Pull request #580 was the wrong approach to resolving #564.

Closes #613, #615, #621, #624.

Reopens #564 - this is a lower priority bug. I believe I have the correct approach to resolving this, but will follow up with it separately to this pull request.

@tomchristie tomchristie marked this pull request as ready for review November 25, 2022 13:42
@tomchristie tomchristie added the bug Something isn't working label Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race in connection pool
2 participants