Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-14 | test1530: added http to required features | Dan Fandrich | |
2015-06-09 | CURLOPT_OPENSOCKETFUNCTION: return error at once | Daniel Stenberg | |
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 |