-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
CompressionStream hangs #51728
Copy link
Copy link
Closed as not planned
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Version
v21.6.1
Platform
Darwin ****** 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:42:42 PDT 2023; root:xnu-10002.1.13~1/RELEASE_X86_64 x86_64
Subsystem
globals, streams/web
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior? Why is that the expected behavior?
Should resolve to
[Uint8Array(10), Uint8Array(10)].What do you see instead?
Nothing -
reader.read()hangs and never resolves.Additional information
Running the code snippet in Chrome devtools console produces the correct outcome. Using
'deflate'rather than'gzip'has no effect, it still hangs.