Bug 1236650 - make h2 push work in the face of redirects. r=mcmanus

--HG--
extra : rebase_source : 2ebbaf8d42802575fc3f51db8c1b84629cb0e53b
This commit is contained in:
Nicholas Hurley 2016-04-12 11:43:39 -07:00
Родитель c417e9ad15
Коммит 1ede81765d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2828,6 +2828,9 @@ HttpBaseChannel::SetupReplacementChannel(nsIURI *newURI,
}
}
// share the scheduling context - see bug 1236650
httpChannel->SetSchedulingContextID(mSchedulingContextID);
if (httpInternal) {
// Convey third party cookie and spdy flags.
httpInternal->SetThirdPartyFlags(mThirdPartyFlags);