curl-library
Re: CURLMOPT_PIPELINING enabled by default?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 11 Dec 2008 22:30:27 +0100 (CET)
Date: Thu, 11 Dec 2008 22:30:27 +0100 (CET)
On Thu, 11 Dec 2008, Frank BASKER wrote:
>> No, pipelining is not enabled by default.
>
> I was unable to find where pipelining_enabled was set to false in multi.c -
> unless you call curl_multi_setopt(multiHandle, CURLMOPT_PIPELINING, 0);
The Curl_multi struct is cleared when allocated in curl_multi_init(), which
means the field pipelining_enabled will default to false.
-- / daniel.haxx.seReceived on 2008-12-11