-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error when POSTing large files #37
Comments
No. Everything is defined by the user. Probably something is wrong in the |
And btw, error isn't related to the file limits or so. Can you just try to remove the edit: Actually yea, it seems that the |
I tried removing I'll post an issue on the Cheers! |
For multipart body parsing... don't know, there is not such that not need manual work. You may try So the only way is to use directly |
Here is a success example use async-busboy:
btw I find another problem that if I use koa-better-body,the files become empty array [].
|
yea, busboy works. as about the other part of the comment.. it totally not make sense to me to use koa better body and busboy in one place. dont know.. I really hope to get this done soon ;/ |
Aaah.. Partially got it. Further debugging may continue once i convert it to |
This error seems to be similar to helapkg/hela#3. When I try to upload a large video file (622MB), I get this error:
My configs are as follow:
My request is multipart and my code looks like this:
This bug doesn't occur with smaller files. Is there a file limit in
koa-better-body
? A request timeout?Thanks.
The text was updated successfully, but these errors were encountered: