This commit is contained in:
Joey Hess 2024-07-07 16:16:11 -04:00
parent bfa8c39adb
commit 838169ee86
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.