rclone/cmd/serve/http
Nick Craig-Wood 6cd360233d 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
2021-01-13 16:48:18 +00:00
..
testdata http: improved directory listing with new template from Caddy project 2020-05-08 16:15:21 +01:00
http.go serve http: fix serving files of unknown length 2021-01-13 16:48:18 +00:00
http_test.go http: improved directory listing with new template from Caddy project 2020-05-08 16:15:21 +01:00