Chromium Code Reviews
DescriptionRemove ResourceLoader PostTask after reading headers.
https://codereview.chromium.org/2526983002 incidentally introduced a
PostTask when ResourceHandler::OnResponseStarted completed
synchronously, and the following body read did as well. This may have
resulted in a regression in some ServiceWorker perf tests.
In general, it's unclear how aggressively we should be posting tasks
while reading the body, this CL is just to restore the earlier behavior,
and (hopefully) make the tests happy again.
BUG=673625
Review-Url: https://codereview.chromium.org/2669243006
Cr-Commit-Position: refs/heads/master@{#447863}
Committed: https://chromium.googlesource.com/chromium/src/+/9f855ec8d57996af189f479bbb5f37a378921250
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add comment #
Total comments: 2
Patch Set 3 : Fix typo #Messages
Total messages: 15 (6 generated)
|