Skip to content

Commit 6b44207

Browse files
committed
Defined CURLOPT_PIPEWAIT
1 parent 2b57706 commit 6b44207

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/curl_easy.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,9 @@ namespace curl {
870870
/* Set the SMTP auth originator */
871871
CURLCPP_DEFINE_OPTION(CURLOPT_MAIL_AUTH, const char*);
872872

873+
/* Wait for pipelining/multiplexing */
874+
CURLCPP_DEFINE_OPTION(CURLOPT_PIPEWAIT, long);
875+
873876
/* Options added in 7.31 */
874877
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM >= 0x071F00
875878
/* Enable/disable SASL initial response */

0 commit comments

Comments
 (0)