git-annex/P2P/Http
Joey Hess 1e0f92a5a1
implemented serveGet and clientGet
Both are only at bare proof of concept stage. Still need to deal with
signaling validity and invalidity, and checking it.

And there's a bad bug: After -JN*2 requests, another request hangs!

So, I think it's failing to free up the Annex worker and end of request
lifetime.

Perhaps I need to use this:

https://docs.servant.dev/en/stable/cookbook/managed-resource/ManagedResource.html
2024-07-10 16:06:39 -04:00
..
State.hs implemented serveGet and clientGet 2024-07-10 16:06:39 -04:00
Types.hs git-annex p2phttp options 2024-07-10 00:01:55 -04:00