Skip to content

Commit

Permalink
Defined CURLOPT_PIPEWAIT
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephP91 committed Aug 30, 2017
1 parent 2b57706 commit 6b44207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/curl_easy.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,9 @@ namespace curl {
/* Set the SMTP auth originator */
CURLCPP_DEFINE_OPTION(CURLOPT_MAIL_AUTH, const char*);

/* Wait for pipelining/multiplexing */
CURLCPP_DEFINE_OPTION(CURLOPT_PIPEWAIT, long);

/* Options added in 7.31 */
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM >= 0x071F00
/* Enable/disable SASL initial response */
Expand Down

1 comment on commit 6b44207

@JosephP91
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.