Hi guys,
I have an issue (no crash) similar to #2433 , but with different output
when I send a "big" file ~12.6 MB with sendFile
and browser splits the request in 3 chunks (1 HTTP code 200 + 2 HTTP code 206)
tested with:
- express ~4.9, ~4.10, ~4.11, ~4.12,
- node ~0.12, iojs ~1.1
- chrome 41.0
- with express ~4.8, I haven't this error
error:
Error: read ECONNRESET
at exports._errnoException (util.js:734:11)
at TCP.onread (net.js:538:26)