Matteo Collina

Results 3329 comments of Matteo Collina

This is a tricky area because it's _full_ of potential memory leaks. In other words, we must manually track each cloned request in a FinalizationRegistry to make things work according...

@tsctx I think the underlinig bug is that we are passing through `cloneBody` and adding to that finalizationregistry also for requests, which we probably shouldn't. https://github.com/nodejs/undici/pull/3458 @KhafraDev you added that...

Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...

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

I think we have dropped `onBodySent` in v7.

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

@mertcanaltin can you rebase this on top of main? I think there are quite a few spurious changes in there that make reviewing this quite hard via gh.

Unfortunately I know _nothing_ on React Native, so if you create a repository that fails a command it would be helpful.

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

I’m pretty sure you are facing those issues because you are trying to port an application designed for one framework to another. Last but not least: you are likely paid...