davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 250 forks source link

Bugfix for file serving > 2GB - don't use sendfile #236

Closed jeffvandyke closed 6 years ago

jeffvandyke commented 6 years ago

See http://man7.org/linux/man-pages/man2/sendfile.2.html - notes section Documented limitation for sendfile to work with no more than 0x7ffff000 bytes of data.