You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use 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:
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: