-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[internal] PlzDedicatedWorker breaks worker networking #31747
Labels
Comments
mxschmitt
pushed a commit
that referenced
this issue
Jul 18, 2024
Fix landed as https://chromium-review.googlesource.com/c/chromium/src/+/5748510, should go into Chromium 129. |
Filed upstream issue https://issues.chromium.org/u/1/issues/378421877. |
Upstream fixed by https://chromium-review.googlesource.com/c/chromium/src/+/6011703. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
See #31705 for a failed roll.
Two tests are failing:
[chromium-page] › page/interception.spec.ts:125:3 › should intercept network activity from worker 2
[chromium-page] › page/workers.spec.ts:228:3 › should support extra http headers
Regressed in https://chromium-review.googlesource.com/c/chromium/src/+/5671624 by enabling PlzDedicatedWorker feature.
Upstream issues:
Temporary resolution is to roll with PlzDedicatedWorker feature disabled, but we need upstream issues to be fixed and re-enable the feature.
The text was updated successfully, but these errors were encountered: