-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
aiohttp.request hangs on some URLs #660
Comments
It works if use get_event_loop instead of new_event_loop. It seems aiohttp trying to work with wrong loop instance. |
Also you may set loop explicit:
|
Ok, I've found that there was Exception which happens for some exact case. This issue can be closed. |
You can close the issue yourself :) |
This was referenced Dec 3, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following code hangs forever:
Maybe it's the same issue as in #659
But I do not see corrupted headers:
requests, wget, curl works fine with this resource
It there any workaround to get content from url?
The text was updated successfully, but these errors were encountered: