Newer
Older
Daniel Stenberg
committed
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
);
puts(
" already initiated and was left open in the previous transfer. This greatly\n"
" decreases connection time for all but the first transfer and it makes a far\n"
" better use of the network.\n"
"\n"
" Note that curl cannot use persistant connections for transfers that are used\n"
" in subsequence curl invokes. Try to stuff as many URLs as possible on the\n"
" same command line if they are using the same host, as that'll make the\n"
" transfers faster. If you use a http proxy for file transfers, practicly\n"
);
puts(
" all transfers will be persistant.\n"
"\n"
" Persistant connections were introduced in curl 7.7.\n"
"\n"
"MAILING LISTS\n"
"\n"
" For your convenience, we have several open mailing lists to discuss curl,\n"
" its development and things relevant to this.\n"
"\n"
" To subscribe to the main curl list, mail curl-request@contactor.se with\n"
" \"subscribe <fill in your email address>\" in the body.\n"
"\n"
" To subscribe to the curl-library users/deverlopers list, follow the\n"
" instructions at http://curl.haxx.se/mail/\n"
"\n"
);
puts(
" To subscribe to the curl-announce list, to only get information about new\n"
" releases, follow the instructions at http://curl.haxx.se/mail/\n"
"\n"
" To subscribe to the curl-and-PHP list in which curl using with PHP is\n"
" discussed, follow the instructions at http://curl.haxx.se/mail/\n"
"\n"
" Please direct curl questions, feature requests and trouble reports to one of\n"
" these mailing lists instead of mailing any individual.\n"
) ;
}