From 838169ee86a6b07e3daed1cce5cc165c82e54a1a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 7 Jul 2024 16:16:11 -0400 Subject: [PATCH] status --- doc/todo/git-annex_proxies.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index 58bb319562..291da779e6 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -32,6 +32,13 @@ Planned schedule of work: `servant.hs` in the httpproto branch that works through some of the bytestring streaming issues. +* P2P.Http has LockContent disabled, needs `HasClient ClientM WebSocket` + implementation, or redesign not to use websockets + +* P2P.Http.clientGet needs to call v1 and v0, which needs a way to + add a DataLengthHeader to the type of them. + Or add it to the API for those versions, but document that it's not checked? + * Perhaps: Support cgi program that proxies over to a webserver speaking the http protocol.