Bug 713023 - Websockets: don't prefer SOCKS to HTTP proxy until bug 449251 is fixed. r=biesi

This commit is contained in:
Jason Duell 2012-06-22 10:59:53 -07:00
parent 839b82158f
commit 40a4ffa542

View File

@ -2312,7 +2312,6 @@ WebSocketChannel::AsyncOpen(nsIURI *aURI,
rv = io2->NewChannelFromURIWithProxyFlags(
localURI,
mURI,
nsIProtocolProxyService::RESOLVE_PREFER_SOCKS_PROXY |
nsIProtocolProxyService::RESOLVE_PREFER_HTTPS_PROXY |
nsIProtocolProxyService::RESOLVE_ALWAYS_TUNNEL,
getter_AddRefs(localChannel));