зеркало из https://github.com/mozilla/gecko-dev.git
Add missing OnExamineResponse() call to e10s HTTP. r=biesi
This commit is contained in:
Родитель
a1cc18f0fb
Коммит
345651b695
|
@ -270,6 +270,9 @@ HttpChannelChild::OnStartRequest(const nsHttpResponseHead& responseHead,
|
|||
requestHeaders[i].mValue);
|
||||
}
|
||||
|
||||
// notify "http-on-examine-response" observers
|
||||
gHttpHandler->OnExamineResponse(this);
|
||||
|
||||
nsresult rv = mListener->OnStartRequest(this, mListenerContext);
|
||||
if (NS_FAILED(rv)) {
|
||||
Cancel(rv);
|
||||
|
|
Загрузка…
Ссылка в новой задаче