landing backend changes for bug 134105 "SOCKS5: DNS lookups should occur on proxy, not client side." (remote dns pref disabled by default) patch by malsmith@cs.rmit.edu.au, r=biesi, sr=darin

This commit is contained in:
darin@meer.net
2004-12-16 02:46:12 +00:00
parent 83a6606587
commit 11459b5a93
14 changed files with 401 additions and 167 deletions

View File

@@ -58,6 +58,7 @@ nsSSLSocketProvider::NewSocket(PRInt32 family,
PRInt32 port,
const char *proxyHost,
PRInt32 proxyPort,
PRUint32 flags,
PRFileDesc **_result,
nsISupports **securityInfo)
{
@@ -79,6 +80,7 @@ nsSSLSocketProvider::AddToSocket(PRInt32 family,
PRInt32 port,
const char *proxyHost,
PRInt32 proxyPort,
PRUint32 flags,
PRFileDesc *aSocket,
nsISupports **securityInfo)
{