From 0d81d1ee2f85fed82e955d7f0a7aeaac54406d57 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Jul 2024 12:18:51 -0400 Subject: [PATCH] update --- doc/todo/git-annex_proxies.mdwn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index e57238f305..2001f71d68 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -31,11 +31,17 @@ Planned schedule of work: * Rest of Remote.Git needs implementing: drop, lock * A Locker should expire the lock on its own after 10 minutes, - initially. Once keeplocked is called, the expiry should end with the end - of that call. + initially. Once keeplocked is called, the lock will expire at the end + of that call. But if keeplocked never gets called, the lock currently + persists forever. * Make http server support proxies and clusters. +* Support proxying to git remotes using annex+http urls. + (Current documentation says proxying only works with ssh remotes, + so current state is not confusing, but this still needs to be done + eventually.) + ## completed items for July's work on p2p protocol over http * HTTP P2P protocol document [[design/p2p_protocol_over_http]].