missing doc for CurlOption.connecttimeout_ms

This commit is contained in:
Martin Nowak 2018-01-14 22:41:44 +01:00
parent dfc5fae8f3
commit 81f56f57f5

View file

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