httpalso: Support being used with special remotes that use chunking.

Sponsored-by: k0ld on Patreon
This commit is contained in:
Joey Hess 2023-06-20 13:20:08 -04:00
parent 958c2fa6d2
commit a861d56428
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 52 additions and 18 deletions

View file

@ -32,3 +32,7 @@ for a list of known working combinations.
Setting this does not allow trees to be exported to the httpalso remote,
because it's read-only. But it does let exported files be downloaded
from it.
Configuration of encryption and chunking is inherited from the other
special remote, and does not need to be specified when initializing the
httpalso remote.

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2023-06-20T17:24:43Z"
content="""
I've made it support chunking.
(Please in the future post to [[todo]] rather than making a comment when
you have a new feature to suggest.)
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 23"""
date="2023-06-20T17:25:27Z"
content="""
httpalso now supports chunking. So I think there's no need to add readonly
support to webdav, probably. But if you disagree, I do think it would be
possible to add. Just probably not useful.. after all webdav minus writing
is little different than http. If you disagree, open a [[todo]].
"""]]