зеркало из https://github.com/mozilla/gecko-dev.git
a2c085754a
We normally get HttpChannelParent::OnStartRequest directly from nsHttpChannel::OnStartRequest, where we disable content conversion and ask the child to do it instead. When we install a multipart converter, we defer calling HttpChannelParent::OnStartRequest until we've decoded parts, at which point content conversion is already applied to the stream. This detects that case, and stops the child trying to do it a second time (which fails, and breaks the content). Differential Revision: https://phabricator.services.mozilla.com/D55222 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
base | ||
build | ||
resources/content | ||
shistory | ||
test | ||
moz.build |