I am an idiot...
git-svn-id: svn://10.0.0.236/trunk@60472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d69deea47
commit
0a8cc2cacb
@ -838,13 +838,13 @@ nsresult nsHTTPHandler::RequestTransport(nsIURI* i_Uri,
|
||||
// Update the proxy information on the channel
|
||||
i_Channel->SetProxyHost(mProxy);
|
||||
i_Channel->SetProxyPort(mProxyPort);
|
||||
i_Channel->SetUsingProxy(PR_TRUE);
|
||||
i_Channel->SetUsingProxy(PR_FALSE);
|
||||
}
|
||||
else
|
||||
{
|
||||
rv = CreateTransport(mProxy, mProxyPort, host,
|
||||
bufferSegmentSize, bufferMaxSize, &trans);
|
||||
i_Channel->SetUsingProxy(PR_FALSE);
|
||||
i_Channel->SetUsingProxy(PR_TRUE);
|
||||
}
|
||||
}
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user