-
-
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
Lingering close doesn't terminate before timeout #1559
Labels
Comments
good catch! thanks! |
fafhrd91
pushed a commit
that referenced
this issue
Jan 26, 2017
fixed in master 4a59c4f |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Long story short
My web app is occasionally freezing for 30s, burning CPU all the while.
Steps to reproduce
Not clear. There's a lot of code involved.
The problem disappears when:
lingering_time=0
aiohttp/server.py
fromto
loop.set_debug(True)
to enable async debugging. There are no more uncompleted requests, either. Maybe the protocol gets slowed down enough to receive the EOF early.Your environment
aiohttp 1.2.0, python 3.6, Linux
The text was updated successfully, but these errors were encountered: