This commit is contained in:
Joey Hess 2024-07-28 17:29:32 -04:00
parent ccbdaf0448
commit c87cfe1e00
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -28,6 +28,11 @@ Planned schedule of work:
## work notes ## work notes
* When getting the remote .git/config of a http remote, check if
annex.apiurl is set, and if so, set the remote's annexUrl automically.
git-annex-p2phttp could automatically set annex.apiurl as well.
* An interrupted PUT to cluster that has a node that is a special remote * An interrupted PUT to cluster that has a node that is a special remote
over http leaves open the connection to the cluster, so the next request over http leaves open the connection to the cluster, so the next request
opens another one. opens another one.