From: Eric Wong <e@80x24.org>
Date: Tue, 18 Dec 2018 06:43:53 +0000 (+0000)
Subject: TODO: add a note for davfs2 Range: support
X-Git-Tag: v1.2.0~461
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a34ad831a831600406725e65ededdf2ec96727fc;p=public-inbox.git

TODO: add a note for davfs2 Range: support

And maybe I or somebody else interested will implement it, since
fusedav is abandoned upstream and removed from Debian testing:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840388

Yes, I have fusedav patches at https://bogomips.org/fusedav.git
as noted in the above bug report, but I think davfs2 has more
momentum at the moment.
---

diff --git a/TODO b/TODO
index c2727be4..87cadc91 100644
--- a/TODO
+++ b/TODO
@@ -87,3 +87,6 @@ all need to be considered for everything we introduce)
 
 * Read-only WebDAV interface to the git repo so it can be mounted
   via davfs2 or fusedav to avoid full clones.
+  davfs2 needs Range: request support for this to be feasible:
+    https://savannah.nongnu.org/bugs/?33259
+    https://savannah.nongnu.org/support/?107649