From: Daniel Stenberg Date: Tue, 21 Jun 2011 06:44:42 +0000 (+0200) Subject: FAQ: more blurb on persistent connections X-Git-Tag: curl-7_21_7~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9a82f39e209f7f4a12ccb9b4671de6979bfbd07;p=curl FAQ: more blurb on persistent connections --- diff --git a/docs/FAQ b/docs/FAQ index 3970a9677..a82f349bb 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1157,6 +1157,11 @@ FAQ libcurl will reuse connections for all transfers that are made using the same libcurl handle. + When you use the easy interface, the connection cache is kept within the + easy handle. If you instead use the multi interface, the connection cache + will be kept within the multi handle and will be shared among all the easy + handles that are used within the same multi handle. + 5.7 Link errors when building libcurl on Windows! You need to make sure that your project, and all the libraries (both static