-
-
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
Server handler halts after client connection closed #2595
Comments
This is expected behavior, await sleep raises CancelledError |
Thanks. Solution: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Pre:
Linux with curl installed.
Python 3.6.3 with aiohttp installed
Server script (server.py):
Steps:
curl -vv http://127.0.0.1:8080/
Expected:
Actual:
Note: If
await sleep...
line (above theraise...
) removed then exception does get triggered.The text was updated successfully, but these errors were encountered: