diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-02-09 15:46:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-02-17 22:32:01 +0100 |
commit | 1c3c0162c62e2788373261a43f484ff401017d8a (patch) | |
tree | 4ab9b9b3e7ceb5db385c1e7377f4ffed7d14a597 /RELEASE-NOTES | |
parent | a40f58d2efac45dad7e12ea53870f42c825bcf0d (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-NOTES | 2 |
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: |