diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-02-11 22:35:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-11 22:35:16 +0000 |
commit | 87bcb6f3775a437579c7526d0972c714c2e5d31d (patch) | |
tree | e3b1729ce92ff0ab994b7e904f0bca5bd018a060 /CHANGES | |
parent | b0bc2f00d2ef005b6322123799af78528f66b713 (diff) |
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
an app can use to let libcurl only connect to a remote host and then extract
the socket from libcurl. libcurl will then not attempt to do any transfer at
all after the connect is done.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog Daniel (11 February 2006) +- Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that + an app can use to let libcurl only connect to a remote host and then extract + the socket from libcurl. libcurl will then not attempt to do any transfer at + all after the connect is done. + - Kent Boortz improved the configure check for GnuTLS to properly set LIBS instead of LDFLAGS. |