Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
098b747d8b
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ class _Request(object):
|
|||
|
||||
if self.network.is_proxy_enabled():
|
||||
conn = HTTPConnection(
|
||||
host=self._get_proxy()[0], port=self._get_proxy()[1])
|
||||
host=self.network._get_proxy()[0], port=self.network._get_proxy()[1])
|
||||
|
||||
try:
|
||||
conn.request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue