fix p2phttp server to not get stuck
authorJoey Hess <joeyh@joeyh.name>
Tue, 9 Jul 2024 18:26:30 +0000 (14:26 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 9 Jul 2024 18:26:30 +0000 (14:26 -0400)
commitdcd77ee5551eaa562ae5a80319c641f29dc4a534
tree84a84ad8651aae1526ef85fd2ab4e743cef27d7b
parent3d13521479d8126cb23c3dd17e4841a9878ae5d5
fix p2phttp server to not get stuck

Process 1 command, then stop. Hopefully each of the Handlers will only
need 1 command.
P2P/Http/State.hs
P2P/Protocol.hs