diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-27 20:51:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-27 20:51:31 +0000 |
commit | 6dc5c6ffc79edc649c332b8b794187ee2d9355a8 (patch) | |
tree | 058f04c65fcfc64800f67ccc0eece1e7be70cb94 | |
parent | c69c79dd04bfc4172ec764c95e765ba3271cacaa (diff) |
the keep-alive issue
-rw-r--r-- | docs/FAQ | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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! |