CURLMOPT_PIPELINING (3) Linux Manual Page
CURLMOPT_PIPELINING – enable/disable HTTP pipelining Synopsis#include <curl/curl.h> CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PIPELINING, bool onoff); DescriptionSet the onoff parameter to 1 to make libcurl use HTTP pipelining for HTTP transfers done using this multi handle, as far as possible. This means that if you add a second request that can use an already existing connection, the second…
