Skip to content

Commit

Permalink
missing doc for CurlOption.connecttimeout_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 14, 2018
1 parent dfc5fae commit 81f56f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/c/curl.d
Expand Up @@ -1136,7 +1136,7 @@ enum CurlOption {
ftp_ssl_ccc = 154,
/** Same as TIMEOUT and CONNECTTIMEOUT, but with ms resolution */
timeout_ms,
connecttimeout_ms,
connecttimeout_ms, /// ditto
/** set to zero to disable the libcurl's decoding and thus pass the raw body
data to the application even when it is encoded/compressed */
http_transfer_decoding,
Expand Down

0 comments on commit 81f56f5

Please sign in to comment.