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

Handle in-progress connections with grace #56

Merged
merged 1 commit into from Apr 27, 2013
Merged

Handle in-progress connections with grace #56

merged 1 commit into from Apr 27, 2013

Conversation

conradev
Copy link
Contributor

Currently, calling -[PDDebugger forwardAllNetworkTraffic] while there are connections in the process of downloading data will trip an assertion the next time these connections receive a chunk of data and cause the application to crash.

This is a small fix to prevent that, by simply ignoring these in-progress connections.

@kemenaran
Copy link

I run into this problem all the time. Any chance to get this merged in?

@wlue
Copy link
Contributor

wlue commented Apr 26, 2013

@conradev Can you please make this mergeable? Thanks

@conradev
Copy link
Contributor Author

Rebased against master

@wlue
Copy link
Contributor

wlue commented Apr 27, 2013

LGTM. Thanks for the contribution!

wlue added a commit that referenced this pull request Apr 27, 2013
Handle in-progress connections with grace
@wlue wlue merged commit 39df392 into square:master Apr 27, 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.

None yet

3 participants