mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
missing doc for CurlOption.connecttimeout_ms
This commit is contained in:
parent
dfc5fae8f3
commit
81f56f57f5
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ enum CurlOption {
|
||||||
ftp_ssl_ccc = 154,
|
ftp_ssl_ccc = 154,
|
||||||
/** Same as TIMEOUT and CONNECTTIMEOUT, but with ms resolution */
|
/** Same as TIMEOUT and CONNECTTIMEOUT, but with ms resolution */
|
||||||
timeout_ms,
|
timeout_ms,
|
||||||
connecttimeout_ms,
|
connecttimeout_ms, /// ditto
|
||||||
/** set to zero to disable the libcurl's decoding and thus pass the raw body
|
/** 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 */
|
data to the application even when it is encoded/compressed */
|
||||||
http_transfer_decoding,
|
http_transfer_decoding,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue