aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-02-09 15:46:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-02-17 22:32:01 +0100
commit1c3c0162c62e2788373261a43f484ff401017d8a (patch)
tree4ab9b9b3e7ceb5db385c1e7377f4ffed7d14a597 /RELEASE-NOTES
parenta40f58d2efac45dad7e12ea53870f42c825bcf0d (diff)
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
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: