diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-21 08:44:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-21 08:45:45 +0200 |
commit | c9a82f39e209f7f4a12ccb9b4671de6979bfbd07 (patch) | |
tree | 6567ee3b95428435ffd1e46d81eed0594440feef /docs/FAQ | |
parent | e4bca6a01c14aad5d917f82bf056271798890e35 (diff) |
FAQ: more blurb on persistent connections
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1157,6 +1157,11 @@ FAQ libcurl will reuse connections for all transfers that are made using the same libcurl handle. + When you use the easy interface, the connection cache is kept within the + easy handle. If you instead use the multi interface, the connection cache + will be kept within the multi handle and will be shared among all the easy + handles that are used within the same multi handle. + 5.7 Link errors when building libcurl on Windows! You need to make sure that your project, and all the libraries (both static |