Closed soubhikchatterjee closed 2 years ago
The server is somehow severing the connection abruptly. I don't see anything wrong with the code you've shown.
Exactly, I am serving the server on my localmachine, i dont see a reason why would it fail. How do i debug this? Pls help
anyone?
anyone in 2021?
If you can reproduce this with the latest version of busboy
then please post an issue to the busboy
issue tracker.
I was following this article to setup a nodejs server on my local machine (which has 16 gb memory and about 170gb free disk-space) and uploaded a 20 gb file, for the first couple of times the file got uploaded successfully, but after a while i started getting EPIPE error:
When i checked, the file got uploaded partially and was about 28mb in size. I tried uploading the file from both Postman, browser and a nodejs script, but got the same EPIPE error message. I am not sure why is this happening, googling the error message didn't help. I am not sure how to overcome this. Following is my server and client code.
and my client code is: