-
- Downloads
CURLOPT_OPENSOCKETFUNCTION: return error at once
When CURL_SOCKET_BAD is returned in the callback, it should be treated as an error (CURLE_COULDNT_CONNECT) if no other socket is subsequently created when trying to connect to a server. Bug: http://curl.haxx.se/mail/lib-2015-06/0047.html
Showing
- lib/connect.c 4 additions, 1 deletionlib/connect.c
- tests/data/Makefile.inc 1 addition, 1 deletiontests/data/Makefile.inc
- tests/data/test1530 27 additions, 0 deletionstests/data/test1530
- tests/libtest/Makefile.inc 5 additions, 1 deletiontests/libtest/Makefile.inc
- tests/libtest/lib1530.c 67 additions, 0 deletionstests/libtest/lib1530.c
Loading
Please register or sign in to comment