зеркало из https://github.com/mozilla/pjs.git
bug 670994 - nsHttpPipeline::ResumeSend() in not unreachable r=honzab
This commit is contained in:
Родитель
3871c9a943
Коммит
892bf73a36
|
@ -166,7 +166,8 @@ nsHttpPipeline::OnHeadersAvailable(nsAHttpTransaction *trans,
|
|||
nsresult
|
||||
nsHttpPipeline::ResumeSend()
|
||||
{
|
||||
NS_NOTREACHED("nsHttpPipeline::ResumeSend");
|
||||
if (mConnection)
|
||||
return mConnection->ResumeSend();
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче