Skip to content

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

Closed
dfandrich wants to merge 1 commit intomasterfrom
dfandrich/earlyclose
Closed

test1960: don't close the socket too early#16123
dfandrich wants to merge 1 commit intomasterfrom
dfandrich/earlyclose

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
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
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 curl#16123
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

Comments