httpcore icon indicating copy to clipboard operation
httpcore copied to clipboard

preventing asyncio.CancelledError from disrupting the request handling without marking the connection as failed

Open rafaelfelix opened this issue 2 years ago • 1 comments

attempts to address the issue reported in https://github.com/encode/httpx/issues/2139#issuecomment-1075307982

feel free to take over and make it a more complete patch, this is what I did locally and worked. just wanted to share the approach :)

rafaelfelix avatar Sep 08 '22 13:09 rafaelfelix

I believe this also addresses https://github.com/encode/httpcore/issues/564

zanieb avatar Sep 25 '22 19:09 zanieb

feel free to take over and make it a more complete patch

Thank you, yes. Closing as superseded by #580

tomchristie avatar Nov 07 '22 13:11 tomchristie