Open
Bug 1819886
Opened 2 years ago
Updated 1 years ago
ParentProcessDocumentChannel::RedirectToRealChannel doesn't use parameter aEarlyHints?
Categories
(Core :: Networking: HTTP, task, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Is that a bug otherwise a comment why discarding it is correct might be good.
The other class passes it to DocumentLoadListener::SerializeRedirectData
: https://searchfox.org/mozilla-central/rev/f7edb0b474a1a922f3285107620e802c6e19914d/netwerk/ipc/DocumentChannelParent.cpp#137,141,150
Reporter | ||
Comment 1•1 years ago
|
||
Early Hints aren't supported on DocumentChannels created in ParentProcess. Depending on where they are used, this might be fine.
Summary: DocumentChannelParent::RedirectToRealChannel doesn't use parameter aEarlyHints? → ParentProcessDocumentChannel::RedirectToRealChannel doesn't use parameter aEarlyHints?
You need to log in
before you can comment on or make changes to this bug.
Description
•