-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
asyncio.TimeoutError does not release the request #612
Comments
The error is not about unreleased request but not closed session. |
Out of curiosity, what is the difference ? Just so that I better understand how aiohttp works ! Was it fixed some time ago ? I can't find any commit about this bug. |
It's not fixed yet but we should add a fix.
Calls like |
Fixed by #707 |
Test showing the bug, based on the API available in test_web_functional :
Results in the following error :
The text was updated successfully, but these errors were encountered: