rclone/cmd/serve/http
Nick Craig-Wood 629c0d0f65 serve http: fix serving files of unknown length
Before this change serving files of unknown length were always
returned as 0 length files.

This change serves them correctly, but does not support Range:
requests on them.

See: https://forum.rclone.org/t/serve-http-behavior-when-the-size-is-unknown/21319
2020-12-27 22:01:41 +00:00
..
testdata http: improved directory listing with new template from Caddy project 2020-05-08 16:15:21 +01:00
http_test.go filter: deglobalise to put filter config into the context #4685 2020-11-27 17:28:42 +00:00
http.go serve http: fix serving files of unknown length 2020-12-27 22:01:41 +00:00