From 4e878eae7956fccadb9dc62a5cac65f663c26223 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Mar 2001 15:51:34 +0000 Subject: updated to libcurl 7.7 conditions --- docs/curl_easy_init.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/curl_easy_init.3') diff --git a/docs/curl_easy_init.3 b/docs/curl_easy_init.3 index 4bc9d2b5a..7f5c2a326 100644 --- a/docs/curl_easy_init.3 +++ b/docs/curl_easy_init.3 @@ -2,11 +2,11 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" -.TH curl_easy_init 3 "26 September 2000" "Curl 7.0" "libcurl Manual" +.TH curl_easy_init 3 "5 March 2001" "libcurl 7.7" "libcurl Manual" .SH NAME -curl_easy_init - Start a libcurl "easy" session +curl_easy_init - Start a libcurl session .SH SYNOPSIS -.B #include +.B #include .sp .BI "CURL *curl_easy_init( );" .ad @@ -19,6 +19,10 @@ when the operation is complete. On win32 systems, you need to init the winsock stuff manually, libcurl will not do that for you. WSAStartup() and WSACleanup() should be used accordingly. + +Using libcurl 7.7 and later, you should perform all your sequential file +transfers using the same curl handle. This enables libcurl to use persistant +connections where possible. .SH RETURN VALUE If this function returns NULL, something went wrong and you cannot use the other curl functions. -- cgit v1.2.3