Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix client hangs #173

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix client hangs #173

wants to merge 2 commits into from

Conversation

mk-fg
Copy link

@mk-fg mk-fg commented Apr 25, 2013

I didn't confirm it, but I suppose older twisted closed connections as soon as response was sent, which doesn't seem to be the case any longer, so convergence hangs for a long time polling for more data after receiving a complete reply.

These commits make notary code send Content-Length header and client code respect it.

Fix from #170 might still be necessary for the whole thing to work.

…ocket

Fixes hangs on connections that don't get closed but have no more
response data left.
@mk-fg mk-fg mentioned this pull request Apr 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant