This commit is contained in:
Joey Hess 2024-06-25 17:26:26 -04:00
parent 9a8dcb58cd
commit 0a1001dbfb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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`.
<https://github.com/Happstack/sendfile/issues/4>
Library to use:
<https://hackage.haskell.org/package/hsyscall-0.4/docs/System-Syscall.html>
* Encryption and chunking. See design for issues.