You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try uploading large zipped files manually using bodyparser 10.0.3 we are receiving a fatal error message from bodyparser but no error event is fired and no exception is thrown. In the included tests the file does still upload, but on our servers with much larger files the process does eventually fail with a 500 server error.
FATAL (4345): Unhandled multipart stream error. Make sure to handle "error" events for all manually processed streams
If we force @adonisjs/core to use version 10.0.2, as seen below, we do not have this issue. The contents of the archive uploaded on their own (not zipped) will also succeed without issue (10.0.3).
Uh oh!
There was an error while loading. Please reload this page.
Package version
10.0.3
Describe the bug
When we try uploading large zipped files manually using bodyparser 10.0.3 we are receiving a fatal error message from bodyparser but no error event is fired and no exception is thrown. In the included tests the file does still upload, but on our servers with much larger files the process does eventually fail with a 500 server error.
FATAL (4345): Unhandled multipart stream error. Make sure to handle "error" events for all manually processed streams
If we force
@adonisjs/core
to use version 10.0.2, as seen below, we do not have this issue. The contents of the archive uploaded on their own (not zipped) will also succeed without issue (10.0.3).Reproduction repo
https://github.com/smiAware/bodyparser-error
The text was updated successfully, but these errors were encountered: