http-post icon indicating copy to clipboard operation
http-post copied to clipboard

Posting larger files will not work

Open samt opened this issue 13 years ago • 0 comments

The current implementation loads the entire file into memory and tosses it to req.write() at once. This will fail for larger files. Some sort of buffered read to req.write() needs to be implemented.

samt avatar Sep 28 '12 19:09 samt