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.