aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-11 22:36:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-11 22:36:29 +0000
commitdcee24191fc8818425d5091471907a0cf95dbc86 (patch)
tree4b202fb4a812bc4883af020f93d8197e14cd441a /docs/libcurl/curl_easy_getinfo.3
parent87bcb6f3775a437579c7526d0972c714c2e5d31d (diff)
mention the CURLOPT_CONNECT_ONLY connection
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r--docs/libcurl/curl_easy_getinfo.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index 2119ea211..1713eff4f 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -146,7 +146,8 @@ Pass a pointer to a long to receive the last socket used by this curl
session. If the socket is no longer valid, -1 is returned. When you finish
working with the socket, you must call curl_easy_cleanup() as usual and let
libcurl close the socket and cleanup other resources associated with the
-handle. (Added in 7.15.2)
+handle. This is typically used in combination with \fICURLOPT_CONNECT_ONLY\fP.
+(Added in 7.15.2)
.SH TIMES
.NF
An overview of the six time values available from curl_easy_getinfo()