Bug 766929 - NS_ABORT_IF_FALSE(mConnectionInfo->UsingSSL()) failing. r=mcmanus

This commit is contained in:
Jason Duell 2012-06-25 12:48:49 -07:00
parent b1ee18e46a
commit 29985e6362

View File

@ -999,7 +999,7 @@ nsHttpChannel::ProcessFailedSSLConnect(PRUint32 httpStatus)
// body of the reply, and instead give the user a (hopefully helpful)
// boilerplate error page, based on just the HTTP status of the reply.
NS_ABORT_IF_FALSE(mConnectionInfo->UsingSSL(),
NS_ABORT_IF_FALSE(mConnectionInfo->UsingConnect(),
"SSL connect failed but not using SSL?");
nsresult rv;
switch (httpStatus)