From 811443754ac2d721487ad2013740eda8f683ede8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 May 2015 14:18:46 +0200 Subject: CURLOPT_PIPEWAIT: added By setting this option to 1 libcurl will wait for a connection to reveal if it is possible to pipeline/multiplex on before it continues. --- include/curl/curl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 9ef753140..727f19a4f 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1638,6 +1638,9 @@ typedef enum { /* Service Name */ CINIT(SERVICE_NAME, OBJECTPOINT, 236), + /* Wait/don't wait for pipe/mutex to clarify */ + CINIT(PIPEWAIT, LONG, 237), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3