We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b57706 commit 6b44207Copy full SHA for 6b44207
include/curl_easy.h
@@ -870,6 +870,9 @@ namespace curl {
870
/* Set the SMTP auth originator */
871
CURLCPP_DEFINE_OPTION(CURLOPT_MAIL_AUTH, const char*);
872
873
+ /* Wait for pipelining/multiplexing */
874
+ CURLCPP_DEFINE_OPTION(CURLOPT_PIPEWAIT, long);
875
+
876
/* Options added in 7.31 */
877
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM >= 0x071F00
878
/* Enable/disable SASL initial response */
0 commit comments