-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.
Description
Unfortunately in the lastest security release we backported v5.19.1 without the proper wait time to catch any lingering bugs, and two regressions happened that broke fetch() for a lot of users in Node v18.x:
- "cookies is not iterable" error thrown when trying to iterate over a fetch response that contains a Set-Cookie header #46704
- 18.14.1 release altered fetch timeout defaults from 300s to 30s #46706
- Headers iterator throws when the response contains a
Set-Cookieundici#1935
Both of those are already fixed in undici v5.20.0 that I just released.
We should land #46711, release it to v19.x and backport it to v18.x as quickly as possible.
I'm sorry for the additional work for @nodejs/releasers :(.
cc @nodejs/tsc for visibility
ronag, avarun42, KhafraDev, ruyadorno and trivikr
Metadata
Metadata
Assignees
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.