fix hang in GET from http p2p proxy

serverP2PConnection = proxyfromclientconn causes serveGet to
signalFullyConsumedByteString to it, which is what it's waiting for
This commit is contained in:
Joey Hess 2024-07-26 12:49:06 -04:00
parent 60ccbc4fe6
commit 576ec6ed71
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 8 additions and 13 deletions

View file

@ -28,9 +28,7 @@ Planned schedule of work:
## work notes
* http server proxying hangs when git-annex copy --to it,
and git-annex get --from it, maybe other
times. Need to fully test.
* http server proxying hangs on git-annex copy --to it
* http server proxying needs to get the version negotiated with the proxied
remote and feed that into the proxy function.