Re: curl_share and persistent connections

2013-04-11 Thread David Strauss
I've sent in a patch to the docs. On Wed, Apr 10, 2013 at 10:31 PM, Nick Zitzmann wrote: > > On Apr 10, 2013, at 6:32 PM, David Strauss wrote: > >> The share interface documentation [1] specifies that DNS lookups and >> cookie data get shared, but is there an exhaustive list of what gets >> shar

Re: curl_share and persistent connections

2013-04-10 Thread Nick Zitzmann
On Apr 10, 2013, at 6:32 PM, David Strauss wrote: > The share interface documentation [1] specifies that DNS lookups and > cookie data get shared, but is there an exhaustive list of what gets > shared? I'm not sure if there is one or not, but I can produce one for you: 1. Cookies (if HTTP supp

curl_share and persistent connections

2013-04-10 Thread David Strauss
The share interface documentation [1] specifies that DNS lookups and cookie data get shared, but is there an exhaustive list of what gets shared? Specifically, do persistent connections get shared? [1] http://curl.haxx.se/libcurl/c/libcurl-share.html -- David Strauss | da...@davidstrauss.net