-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Uncaught exception on fetch (related to zlib, Z_BUF_ERROR) #43868
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.errorsIssues and PRs related to JavaScript errors originating in Node.js core.Issues and PRs related to JavaScript errors originating in Node.js core.fetchIssues and PRs related to the Fetch API.Issues and PRs related to the Fetch API.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.errorsIssues and PRs related to JavaScript errors originating in Node.js core.Issues and PRs related to JavaScript errors originating in Node.js core.fetchIssues and PRs related to the Fetch API.Issues and PRs related to the Fetch API.
Version
18.6.0
Platform
Linux pop-os 5.17.15-76051715-generic #202206141358
165591911622.04~1db9e34 SMP PREEMPT Wed Jun 22 19 x86_64 x86_64 x86_64 GNU/LinuxSubsystem
undici
What steps will reproduce the bug?
Output:
How often does it reproduce? Is there a required condition?
Always, but it may go away if the remote site used for testing changes its code/configuration.
What is the expected behavior?
If there is an error with
fetch, it should bubble inside the promise to be caught from the caller, instead of triggering an uncaught exception.What do you see instead?
Additional information
This is not the only site that triggered this