Bug 561536. Make sure to call OnStartRequest even if we;re failing on an SSL CONNECT. r=jduell

This commit is contained in:
Boris Zbarsky 2010-05-05 14:18:03 -04:00
parent 87f8ccc3e9
commit c37a8a6807

View File

@ -923,6 +923,7 @@ nsHttpChannel::ProcessFailedSSLConnect(PRUint32 httpStatus)
LOG(("Cancelling failed SSL proxy connection [this=%p httpStatus=%u]\n",
this, httpStatus));
Cancel(rv);
CallOnStartRequest();
return rv;
}