From 6dc5c6ffc79edc649c332b8b794187ee2d9355a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 27 Jan 2001 20:51:31 +0000 Subject: [PATCH] the keep-alive issue --- docs/FAQ | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/FAQ b/docs/FAQ index 260023c..ce1f43a 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! -- 2.7.4