meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 174 forks source link

not work when transfer 1G file #13

Closed lshappylife closed 6 years ago

lshappylife commented 8 years ago

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

Jeffail commented 6 years ago

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.