From 81f56f57f5a7b5230f92d9bd90e70c14a22daca1 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 14 Jan 2018 22:41:44 +0100 Subject: [PATCH] missing doc for CurlOption.connecttimeout_ms --- etc/c/curl.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/c/curl.d b/etc/c/curl.d index 38e68d3bd1d..5d772f16b07 100644 --- a/etc/c/curl.d +++ b/etc/c/curl.d @@ -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,