From 1c3c0162c62e2788373261a43f484ff401017d8a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Feb 2011 15:46:41 +0100 Subject: SOCKOPTFUNCTION: callback can say already-connected Introducing a few CURL_SOCKOPT* defines for conveniance. The new CURL_SOCKOPT_ALREADY_CONNECTED signals to libcurl that the socket is to be treated as already connected and thus it will skip the connect() call. --- RELEASE-NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ccd2eba80..363352a2b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,7 +9,7 @@ Curl and libcurl 7.21.5 This release includes the following changes: - o + o SOCKOPTFUNCTION: callback can say already-connected This release includes the following bugfixes: -- cgit v1.2.3