-
-
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
URL blank encode problem #808
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the RFC1738
If we pass a url with blank, the aiohttp will fail to get it, but the requests can. So, whether the aiohttp should encode the url with blank first?
The text was updated successfully, but these errors were encountered: