bugfix from Alexey about proxy, can someone test if it works ?
This commit is contained in:
parent
58705bbba5
commit
1d87384800
|
@ -150,6 +150,7 @@ class HTTPPROXYsocket(TCPsocket):
|
||||||
and optional keys 'user' and 'password' to use for authentication.
|
and optional keys 'user' and 'password' to use for authentication.
|
||||||
'server' argument is a tuple of host and port - just like TCPsocket uses. """
|
'server' argument is a tuple of host and port - just like TCPsocket uses. """
|
||||||
TCPsocket.__init__(self,server)
|
TCPsocket.__init__(self,server)
|
||||||
|
self.DBG_LINE=DBG_CONNECT_PROXY
|
||||||
self._proxy=proxy
|
self._proxy=proxy
|
||||||
|
|
||||||
def plugin(self, owner):
|
def plugin(self, owner):
|
||||||
|
|
Loading…
Reference in New Issue