From: Daniel Stenberg Date: Mon, 12 Mar 2001 13:54:46 +0000 (+0000) Subject: added a note about persitant connections through HTTP proxies X-Git-Tag: upstream/7.37.1~17005 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=440a3101d00aff2fe1f7a0d1ba95c9ed10d611c7;p=platform%2Fupstream%2Fcurl.git added a note about persitant connections through HTTP proxies --- diff --git a/docs/MANUAL b/docs/MANUAL index 843b0bd..f7733c6 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -771,7 +771,8 @@ PERSISTANT CONNECTIONS Note that curl cannot use persistant connections for transfers that are used in subsequence curl invokes. Try to stuff as many URLs as possible on the same command line if they are using the same host, as that'll make the - transfers faster. + transfers faster. If you use a http proxy for file transfers, practicly + all transfers will be persistant. Persistant connections were introduced in curl 7.7.