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

multi: call detach_connection before Curl_disconnect #4151

Closed
wants to merge 1 commit into from

Conversation

ngg
Copy link
Contributor

@ngg ngg commented Jul 25, 2019

Curl_disconnect bails out if conn->easyq is not empty,
detach_connection needs to be called first to remove
the current easy from the queue.

Fixes #4144

Please review this carefully, I'm not sure what side-effects this change might have.

Curl_disconnect bails out if conn->easyq is not empty,
detach_connection needs to be called first to remove
the current easy from the queue.

Fixes curl#4144
@bagder
Copy link
Member

bagder commented Jul 25, 2019

Thanks!

@bagder bagder closed this in a55edce Jul 25, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

AsynchDNS errors are not handled correctly in multi in 7.65
2 participants