-
-
Notifications
You must be signed in to change notification settings - Fork 119
Urllib3 #18
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
Conversation
closes #10 |
@darksshades @chaws could you please do a review here? :) |
revproxy/views.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
urllib
has quote
function in py2 (ref). So what is the difference between:
from urllib import urlencode
from urllib2 import quote
and
from urllib import quote, urlencode
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually it should be imported from urllib. Fixed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No spaces between imports ;)
@rougeth, @chaws, @darksshades: I've used that to test as well: https://github.com/seocam/revproxy-test |
No description provided.