NetS13nServiceWorker: Fetch events with FetchEvent#body are triggered by SWURLRequestJob |
|||
Issue descriptionAt least a test "FetchEvent#body is a string and is passed to network fallback" fails due to a DCHECK: DCHECK(request_body_blob_uuid_.empty() && request_body_blob_size_ == 0 && !request_body_blob_ && client_id_.empty()) The stack trace shows the request is hooked via SWURLRequestJob even when --enable-features=ServiceWorkerServicification. There might be a flaw somewhere around hooking.
,
Apr 24 2018
,
Apr 25 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/316143da2ae63a95c4779aa951af224ce9da6f7e commit 316143da2ae63a95c4779aa951af224ce9da6f7e Author: Makoto Shimazu <shimazu@chromium.org> Date: Wed Apr 25 02:15:57 2018 NetS13nSW: Skip making a handler for subresource requests Bug: 830291 Change-Id: I1b1b6fe8c20bd1384e8e01cb9521481b38c4c1cb Reviewed-on: https://chromium-review.googlesource.com/1025672 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#553423} [modify] https://crrev.com/316143da2ae63a95c4779aa951af224ce9da6f7e/content/browser/service_worker/service_worker_request_handler.cc
,
May 7 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by shimazu@chromium.org
, Apr 9 2018