Add missing OnExamineResponse() call to e10s HTTP. r=biesi

This commit is contained in:
Jason Duell 2011-05-23 22:14:16 -07:00
parent b829003e22
commit db6cc3f4b0

View File

@ -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);