mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 16:42:16 +08:00
65eee674b9
Before this change the webdav backend didn't truncate Range requests to the size of the object. Most webdav providers are OK with this (it is RFC compliant), but it causes 4shared to return 500 internal error. Because Range requests are used in mounting, this meant that mounting didn't work for 4shared. This change truncates the Range request to the size of the object. See: https://forum.rclone.org/t/cant-copy-use-files-on-webdav-mount-4shared-that-have-foreign-characters/21334/ |
||
---|---|---|
.. | ||
api | ||
odrvcookie | ||
webdav_test.go | ||
webdav.go |