p2pHttpApp with a map of UUIDs to server states
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Nov 2024 16:51:25 +0000 (12:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Nov 2024 16:51:25 +0000 (12:51 -0400)
commit254073569f27a607b7b458c9f42921defa71e140
tree4fa2c6caa33f06d8c2924217d3ad953ac5e701e4
parentb8a717a617ef3467fb6cbd0bf4e9530dcc813635
p2pHttpApp with a map of UUIDs to server states

This is early groundwork for making p2phttp support serving multiple
repositories from a single daemon.

So far only 1 repository is served still. And this commit breaks support
for proxying!
Command/P2PHttp.hs
P2P/Http/Server.hs
P2P/Http/State.hs