You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
436 B
12 lines
436 B
diff -up Python-2.7.5/Lib/urllib2.py.orig Python-2.7.5/Lib/urllib2.py |
|
--- Python-2.7.5/Lib/urllib2.py.orig 2013-07-17 12:22:58.595525622 +0200 |
|
+++ Python-2.7.5/Lib/urllib2.py 2013-07-17 12:19:59.875898030 +0200 |
|
@@ -728,6 +728,8 @@ class ProxyHandler(BaseHandler): |
|
if proxy_type is None: |
|
proxy_type = orig_type |
|
|
|
+ req.get_host() |
|
+ |
|
if req.host and proxy_bypass(req.host): |
|
return None |
|
|
|
|