Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on Node 16 #49

Open
fjeddy opened this issue Oct 9, 2021 · 8 comments
Open

Breaks on Node 16 #49

fjeddy opened this issue Oct 9, 2021 · 8 comments

Comments

@fjeddy
Copy link

fjeddy commented Oct 9, 2021

^^ Same thing as #42

@Krizz
Copy link

Krizz commented Jan 19, 2022

I fixed this issue by removing the cleanup function. Krizz@1a41cf0

It is a quick fix just to get the upload working for myself and I have not tested it thoroughly. But it might be a good start for someone to come up with a proper fix.

@mjasnikovs
Copy link

Meh... Still broken. Please mark the project as deprecated on npm.

@amit777
Copy link
Contributor

amit777 commented Sep 27, 2022

I can confirm that @Krizz fix works for me as well.

@winrono
Copy link

winrono commented Sep 29, 2022

still seems to be an issue 😕 in NodeJS 16

@amit777
Copy link
Contributor

amit777 commented Sep 29, 2022

Did the @Krizz fix not work for you?

@winrono
Copy link

winrono commented Sep 29, 2022

@amit777 it did. I used his fork as a temporarily solution.

However, would be nice if library itself also has it.

@chaitu2chowdary
Copy link

same issue. :(

@ardelio
Copy link

ardelio commented Apr 13, 2024

I don't think the issue is with async-busboy, but instead Koa.

NodeJS http is closing the request when I would expect it not to. The issue here is, I think, figuring out why NodeJS is issuing the close event, when we are in the depths of our application code 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants