thorsager / surl

surl like curl but a server
MIT License
2 stars 0 forks source link

Content-Length on file serve #3

Closed thorsager closed 4 months ago

thorsager commented 4 months ago

When serving a file, the Content-Length header will now be set to the size of the file, if not explicitly set by using a -H argument.