async-busboy icon indicating copy to clipboard operation
async-busboy copied to clipboard

Replace unsupported busboy version with fastify fork

Open Uzlopak opened this issue 4 years ago • 0 comments

Hi,

we forked busboy and fixed two critical bugs in the package, which could cause the node-process to crash or to hang. We also improved the performance and added some new features. It does not have breaking changes so it is a drop-in-replacement for busboy. It has a code coverage of about 95%.

https://github.com/fastify/busboy/blob/master/CHANGELOG.md https://github.com/fastify/busboy https://www.npmjs.com/package/@fastify/busboy

for tracking reasons: fastify/busboy#68

Uzlopak avatar Dec 05 '21 00:12 Uzlopak