Fix for bug 22405 (proxy authentication) We were skipping over proxy authentication becuz proxytransparent was false. r=ruslan

This commit is contained in:
gagan%netscape.com 2000-07-06 02:37:15 +00:00
parent 67b72ae485
commit e65d13c7ea

View File

@ -1404,7 +1404,7 @@ nsHTTPChannel::Open(PRBool bIgnoreCache)
authStr);
}
if (mProxy && *mProxy && mProxyTransparent)
if (mProxy && *mProxy && !mProxyTransparent)
{
nsXPIDLCString proxyAuthStr;
if (NS_SUCCEEDED(pAuthEngine->GetProxyAuthString(mProxy,