Closed
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-Cookie
undici#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