diff --git a/docs/FAQ b/docs/FAQ index 260023ce2..ce1f43a06 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1,4 +1,4 @@ -Updated: January 22, 2001 (http://curl.haxx.se/docs/faq.shtml) +Updated: January 27, 2001 (http://curl.haxx.se/docs/faq.shtml) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | @@ -53,6 +53,7 @@ FAQ 5.3 How do I fetch multiple files with libcurl? 5.4 Does libcurl do Winsock initing on win32 systems? 5.5 Does CURLOPT_FILE work on win32 ? + 5.6 What about Keep-Alive or persistant connections? 6. License Issues 6.1 I have a GPL program, can I use the libcurl library? @@ -482,6 +483,15 @@ FAQ (provided by Joel DeYoung) + 5.6 What about Keep-Alive or persistant connections? + + This is closely related to issue 5.3. Since libcurl has no real support + for doing multiple file transfers, there's no support for Keep-Alive or + persistant connections either. + + This is of course subject to change as soon as libcurl gets support for + multiple files. Feel free to join in and make this change happen sooner! + 6. License Issues NOTE: This section is now updated to concern curl 7.5.2 or later!