factored out proxyRequest
authorJoey Hess <joeyh@joeyh.name>
Thu, 25 Jul 2024 19:00:36 +0000 (15:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 25 Jul 2024 19:00:36 +0000 (15:00 -0400)
commit7b56fe135019db709b798c76d800dd93828febbc
treeb72c746450000b95b5c618b83dc87e33f989ee8c
parent3d14e2cf58c576cc5f4d9dbdb9ff10eb096c8b7b
factored out proxyRequest

This will allow the HTTP server to keep a connection to a proxied
remote open, and only enter the Annex monad when handling a client
request.
P2P/Proxy.hs