]> git.ipfire.org Git - thirdparty/curl.git/commit
test1960: don't close the socket too early 16123/head
authorDan Fandrich <dan@coneharvesters.com>
Fri, 24 Jan 2025 01:48:21 +0000 (17:48 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 28 Jan 2025 17:43:31 +0000 (09:43 -0800)
commit23ec39c3b54bc561cb3cec3cca6bf9ef36d0968f
tree5a4fa664b97bdd2f20a8d4444ef9d3a787ec6286
parent34c1c653fc475efb828658f900979596905c688e
test1960: don't close the socket too early

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
tests/libtest/lib1960.c