httpcore
httpcore copied to clipboard
Fix async cancellation behaviour
Closes #564.
I haven't come up with a good test case for this yet, but it resolves the example provided in that issue, by ensuring the request queue modifications happen outside of async context switches.