From b73ee96641bc89dd1a98db327179b37c1bd44a8b Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 10 Feb 2019 04:53:38 -0300 Subject: [PATCH] Fixes #10357 (#10618) --- lib/pure/httpclient.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim index e5c0c6ac46..7cae865806 100644 --- a/lib/pure/httpclient.nim +++ b/lib/pure/httpclient.nim @@ -551,7 +551,7 @@ type headers*: HttpHeaders ## Headers to send in requests. maxRedirects: int userAgent: string - timeout: int ## Only used for blocking HttpClient for now. + timeout*: int ## Only used for blocking HttpClient for now. proxy: Proxy ## ``nil`` or the callback to call when request progress changes. when SocketType is Socket: