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.
This commit is contained in:
Daniel Stenberg
2015-05-12 14:18:46 +02:00
parent df3a970cb4
commit 811443754a
5 changed files with 106 additions and 16 deletions

View File

@@ -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;