diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index d1f9b264bf..00a6c37cfd 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -41,7 +41,8 @@ For June's work on [[design/passthrough_proxy]], remaining todos: * Use `sendfile()` to avoid data copying overhead when `receiveBytes` is being fed right into `sendBytes`. - + Library to use: + * Encryption and chunking. See design for issues.