Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Feb 2006 22:35:16 +0000 (22:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Feb 2006 22:35:16 +0000 (22:35 +0000)
commit87bcb6f3775a437579c7526d0972c714c2e5d31d
treee3b1729ce92ff0ab994b7e904f0bca5bd018a060
parentb0bc2f00d2ef005b6322123799af78528f66b713
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.
13 files changed:
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/easy.c
lib/ftp.c
lib/getinfo.c
lib/http.c
lib/multi.c
lib/transfer.c
lib/url.c
lib/urldata.h