Matteo Collina

Results 3122 comments of Matteo Collina
trafficstars

If I didn’t take the bug seriously, I would have told you this wasn’t a bug. It’s just not a bug I’m facing, and right now I have no time...

Can we achieve this on master instead? I think it would be a moving target on next.

Apparently `globalThis.ReadableStream` is not supported yet in this. I think it should be easy enough to add it if we switch from `pump` to `require('stream').pipeline` in this module. `pipeline` should...

A PR with a fix would be highly welcomed!

What you see in top is the RSS, meaning the amount of memory is actually using. However V8 heaps grows in chunks, and when sending a lot of data it...

Sorry, I've found it. I'm a little bit puzzled by this bug, because I don't know what is holding on that data, but I'm convinced a bug is there: those...

My understanding is that this behavior is spec compliant. Specifically, [the request is cloned to follow redirects](https://github.com/nodejs/undici/blob/608d5f6683b70576aa8dc0fb87a3514f370c28d5/lib/web/fetch/index.js#L1376-L1393), and the _only_ way to to do that for a request with a...

it seems following redirects is supported by requests with a body... PUT, POST, etc. Is this spec compliant?

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.