meltwater/served

not work when transfer 1G file

lshappylife opened this issue · 1 comments

it is working well when I request a file of 100M. But I get 500 error code when I request a file of 1G. It stop at the setbody function

Hey @lshappylife, with file sizes this large you would ideally want to flush the data in increments, Served doesn't support this right now. I'm closing this issue because it's old but feel free to open a feature request for chunked encoding support.