mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
fixed: 301 request does not use proxy.
This commit is contained in:
+2
-1
@@ -240,7 +240,8 @@ class Request(object):
|
||||
redirect=True,
|
||||
config=self.config,
|
||||
timeout=self.timeout,
|
||||
_poolmanager=self._poolmanager
|
||||
_poolmanager=self._poolmanager,
|
||||
proxies = self.proxies,
|
||||
)
|
||||
|
||||
request.send()
|
||||
|
||||
Reference in New Issue
Block a user