1
mirror of https://github.com/rclone/rclone synced 2024-11-10 08:08:35 +01:00
rclone/cmd/serve/http
Nick Craig-Wood c560017934 vfs: add Path method to Node and use it to stop reading nil DirEntry
All DirEntry calls now have been checked for nil or converted to use Path.
2017-11-20 12:46:22 +00:00
..
testdata serve http: use vfs to cache the directories and support Range header 2017-11-04 10:24:11 +00:00
http_new.go serve http: make it compile on go1.6 and go1.7 2017-10-26 21:52:29 +01:00
http_old.go serve http: make it compile on go1.6 and go1.7 2017-10-26 21:52:29 +01:00
http_test.go serve http: use vfs to cache the directories and support Range header 2017-11-04 10:24:11 +00:00
http.go vfs: add Path method to Node and use it to stop reading nil DirEntry 2017-11-20 12:46:22 +00:00