From 83367f67de9584b91570bcb53a153b8aa496d455 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Mar 2006 21:54:44 +0000 Subject: Xavier Bouchoux made the SSL connection non-blocking for the multi interface (when using OpenSSL). --- lib/url.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index 9a715c9f0..38a2a27da 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2990,6 +2990,8 @@ static CURLcode CreateConnection(struct SessionHandle *data, conn->curl_do_more = NULL; conn->curl_done = Curl_http_done; conn->curl_connect = Curl_http_connect; + conn->curl_connecting = Curl_https_connecting; + conn->curl_proto_fdset = Curl_https_proto_fdset; #else /* USE_SS */ failf(data, LIBCURL_NAME -- cgit v1.2.3