misalcedo / tortuga

A CGI and WCGI server for HTTP/1.1
Apache License 2.0
7 stars 0 forks source link

Avoid reading static files into memory #121

Open misalcedo opened 8 months ago

misalcedo commented 8 months ago

Currently we read an entire file into memory instead of streaming it.

See https://github.com/hyperium/hyper/blob/master/examples/send_file.rs

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.