curl-library
Re: curl_share and persistent connections
Date: Wed, 10 Apr 2013 23:31:20 -0600
On Apr 10, 2013, at 6:32 PM, David Strauss <david_at_davidstrauss.net> 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 support is turned on, which it is by default)
2. DNS records
3. TLS sessions (if TLS support is turned on, and your TLS back-end uses this feature; most of them do)
> Specifically, do persistent connections get shared?
Unfortunately no.
Nick Zitzmann
<http://www.chronosnet.com/>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-04-11