bugfix from Alexey about proxy, can someone test if it works ?

This commit is contained in:
Yann Leboulanger 2005-05-07 17:02:32 +00:00
parent 58705bbba5
commit 1d87384800
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class HTTPPROXYsocket(TCPsocket):
and optional keys 'user' and 'password' to use for authentication.
'server' argument is a tuple of host and port - just like TCPsocket uses. """
TCPsocket.__init__(self,server)
self.DBG_LINE=DBG_CONNECT_PROXY
self._proxy=proxy
def plugin(self, owner):