зеркало из https://github.com/mozilla/gecko-dev.git
Bug 965413 part 8. Make HTTP redirects propagate along the load info. r=smaug
This commit is contained in:
Родитель
390d8323b5
Коммит
744cc503d7
|
@ -1915,6 +1915,9 @@ HttpBaseChannel::SetupReplacementChannel(nsIURI *newURI,
|
|||
}
|
||||
}
|
||||
|
||||
// Propagate our loadinfo if needed.
|
||||
newChannel->SetLoadInfo(mLoadInfo);
|
||||
|
||||
nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(newChannel);
|
||||
if (!httpChannel)
|
||||
return NS_OK; // no other options to set
|
||||
|
|
Загрузка…
Ссылка в новой задаче