diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-03-06 14:37:37 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-06 14:37:37 +0000 | 
| commit | 5dd0a8a63ef66af148c40a07afa4dcc3816c1664 (patch) | |
| tree | 5d790df24d370108c7759650d0943dd541d3c5e6 | |
| parent | 2103dc41f56d1a9f58816d4f146336263b34844d (diff) | |
Added persistant connections blurb even if it doesn't really work yet...
| -rw-r--r-- | docs/FAQ | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Updated: February 16, 2001 (http://curl.haxx.se/docs/faq.shtml) +Updated: March 6, 2001 (http://curl.haxx.se/docs/faq.shtml)                                    _   _ ____  _                                     ___| | | |  _ \| |                                   / __| | | | |_) | |     @@ -486,6 +486,9 @@ FAQ    5.3 How do I fetch multiple files with libcurl? +  Starting with version 7.7, curl and libcurl will have excellent support for +  transferring multiple files. +    The easy interface of libcurl does not support multiple requests using the    same connection. The only available way to do multiple requests is to    init/perform/cleanup for each request. @@ -512,6 +515,9 @@ FAQ    5.6 What about Keep-Alive or persistant connections? +  Starting with version 7.7, curl and libcurl will have excellent support for +  persistant connections when transferring several files from the same server. +    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.  | 
