-
Notifications
You must be signed in to change notification settings - Fork 106
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
Support async cancellations. #726
Conversation
Commenting to show work-in-progress. At this point I've...
Next up...
|
...Commenting continues. At this point I've started incrementally adding in failing tests, and then resolving them. Looking good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍🏻
Thanks folks. 🙏🏼 |
changelog: https://github.com/encode/httpcore/releases/tag/0.17.3 encode/httpcore#726 is a significant bugfix for us
AsyncShieldCancellation
context manager.Closes #642.
See also #719.