mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
added a note about persitant connections through HTTP proxies
This commit is contained in:
parent
9778a5356b
commit
440a3101d0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user