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

test1960: don't close the socket too early #16123

Closed
wants to merge 1 commit into from

Conversation

dfandrich
Copy link
Contributor

The socket was closed while the handle was still in use, so
curl_easy_cleanup ended up setting nonblocking mode on a closed handle.

Closes #16123

The socket was closed while the handle was still in use, so
curl_easy_cleanup ended up setting nonblocking mode on a closed handle.

Closes #16123
@github-actions github-actions bot added the tests label Jan 28, 2025
@dfandrich dfandrich closed this in 23ec39c Jan 28, 2025
@dfandrich dfandrich deleted the dfandrich/earlyclose branch January 28, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants