Investigate why GetIPCInternalRequest() doesn't handle the request's body
Categories
(Core :: DOM: Service Workers, task, P3)
Tracking
()
People
(Reporter: ytausky, Unassigned)
Details
GetIPCInternalRequest()
is a helper function that creates an IPCInternalRequest
from an intercepted channel. However, instead of extracting the request's body, it sets it to Nothing()
. For fetch events the body is then handled here. We need to investigate why it's not done in GetIPCInternalRequest()
and change that, if appropriate. Whatever the outcome, we need to document this properly in the code.
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 1•3 years ago
|
||
I attempted to document my understanding of what was going on with the code in the review at https://phabricator.services.mozilla.com/D73173#2227408 (because Phabricator likes to auto-collapse things, note that this is the ~April 30th "Restating" massive block comment (not the later May 26th one which is smaller) and that searching on "GetIPCInternalRequest" should help identify the relevant bits.
Updated•3 years ago
|
Description
•