I am an idiot...

git-svn-id: svn://10.0.0.236/trunk@60472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com 2000-02-11 11:42:38 +00:00
parent 0d69deea47
commit 0a8cc2cacb

View File

@ -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;