-
-
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
Fix proxy issue #82
Comments
I will look into |
Exception happend there because in a "send request - read response" cycle there are many generators and they don't switch to asyncio loop enough times. Hopefully I clarified this) |
We need to add check if all data gets consumed from parser to response's close method and close connection if data is not consumed— On Wed, Jul 2, 2014 at 6:39 AM, Alexey Popravka notifications@github.com
|
Code to reproduce:
The text was updated successfully, but these errors were encountered: