Remote.Git retrieveKeyFile works with annex+http urls
This includes a bugfix to serveGet, it hung at the end.
This commit is contained in:
parent
a2d1844292
commit
7bd616e169
8 changed files with 67 additions and 189 deletions
|
@ -28,6 +28,13 @@ Planned schedule of work:
|
|||
|
||||
## work notes
|
||||
|
||||
* Test resume of download of large file when large amount of file is
|
||||
already downloaded and verification takes a long time. Will the http
|
||||
connection be dropped due to inactivity? May need to do verification in a
|
||||
separate thread that feeds in the existing file followed by the newly
|
||||
downloaded data. Eg, a version of tailVerify that operates on a handle
|
||||
open for read+write.
|
||||
|
||||
* Rest of Remote.Git needs implementing.
|
||||
|
||||
* git-annex p2phttp serving .well-known for ACME.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue