Bryan English

Results 55 comments of Bryan English

I've had good luck with [pandoc](http://johnmacfarlane.net/pandoc/) for this sort of work.

The entirety of `process.versions` would be useful.

> Can you provide more details as to why undici is so much faster? It skips a lot of the work involved in implementing node's `http` API. It reduces the...

This PR is not up to date with the branch. I had accidentally committed a bunch of garbage files, so I removed them, and while the branch is up to...

> Should this be hidden behind an option at first since it's a major change? Updated it to only use `undici` if the node versions supports it and `experimental: {...

You also drop support for a bunch of older versions of libraries we support. Is that because those versions don't run on Node.js 14 and higher?

@krosen040 Any chance of getting a small reproduction example as asked by @rochdev ? Also, are you using any userland promise libraries or in-memory queuing libraries? And if so, which...

@nampas Well, that's certainly strange. The good news is it's unrelated to the previous issue. The bad news is the multiple wrapping. Is it taking multiple code paths to `wrapTcp`?...

@nampas I can't seem to be able to reproduce this locally. Is there any way you could provide a reproduction case?

@nampas It's possible this was due to an issue we had with `net` event emitters. This is fixed in the latest release, can you try with the latest release and...