-
Notifications
You must be signed in to change notification settings - Fork 37
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
Empty part will hang the process #23
Comments
ruur
changed the title
Empty part will make process hang.
Empty part will hang the process
Sep 23, 2021
This was fixed in https://github.com/fastify/busboy |
@ruur Are you closing this because the issue was created in error? Otherwise it should stay open if it's an issue that exists in the master branch. |
@mscdex Yes, @kibertoad has fixed in https://github.com/fastify/busboy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the multipart data like this:
The second part is empty,this will make the self._parts number is less then the number of processing
this._part.on('end', function() {}
emit. This will cause the process to hang.The text was updated successfully, but these errors were encountered: