]> git.ipfire.org Git - thirdparty/curl.git/commit
test1960: verify CURL_SOCKOPT_ALREADY_CONNECTED
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Mar 2023 10:39:17 +0000 (11:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Mar 2023 07:36:25 +0000 (08:36 +0100)
commite4dfe6fc2f413fb66133a0744f04cb0057b36e76
tree6c5db4449b36a15191e19709911d44048096b712
parente497a96a0e46e7d1505ec6006e016a4f4febb776
test1960: verify CURL_SOCKOPT_ALREADY_CONNECTED

When returned from the CURLOPT_SOCKOPTFUNCTION, like when we have a
custom socket connected in the app, passed in to libcurl.

Verifies the fix in #10648

Closes #10651
tests/data/Makefile.inc
tests/data/test1960 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1960.c [new file with mode: 0644]