Closed arabcoders closed 1 year ago
Interesting, thanks for the report!
I don't have time to look into this right now, but it's quite possibly something simple. Can you post your config and some instructions to reproduce as minimally as possible?
@mholt Thank you, while trying to make reproduceable sample, i noticed it was working fine with http, i remembered i have my servers behind Cloudflare, bypassing cloudflare for http/2 tests seems to be passing as well. re-activing cloudflare retrigger the problem.
So it seems the problem is cloudflare related and not caddy.
Sorry to bother you.
No problem, thanks for figuring that out!
Hello,
I tired using caddy webdav plugin as backend for the excellent rclone project, and indeed was working somewhat fine for small files, however i discovered that there is a problem related to the RANGE request and downloads failing for big files and having to-download that lead me to rclone issue #4459 comment by @ncw, it seems there is problem related to the range requests in webdav plugin causing the multipart download files to not send correct range the file real size is 875607573 or 836M. As far as i know single request downloads works fine.