Mutler hangs on third file
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 1.1k
- Avg merge
- 8d 2h
- Merged PRs (30d)
- 21
Description
I am using request to upload formData. 90% of the time everything is ok but.. on this 10% multer hangs on third file. If i repeat the request everything will be fine. I've checked that third file is not even processed in filefilter/filename functions. Multer just hangs always after processing only 2 files. There are no errors on both sides (request and express), only 60s timeout in haproxy after node doesn't respond on side with multer.
Any thoughts.. ? As i said if i repeat the request everything goes ok. In request i am using 3 readstreams for the files.
Contributor guide
Assessment
This issue has not been assessed yet.