From 87bcb6f3775a437579c7526d0972c714c2e5d31d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Feb 2006 22:35:16 +0000 Subject: 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. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 88961d32d..826b02100 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.2.3