зеркало из https://github.com/mozilla/gecko-dev.git
Bug 766929 - NS_ABORT_IF_FALSE(mConnectionInfo->UsingSSL()) failing. r=mcmanus
This commit is contained in:
Родитель
b1ee18e46a
Коммит
29985e6362
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче