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:
parent
60ccbc4fe6
commit
576ec6ed71
3 changed files with 8 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue