From db420fbab9fe5c3c6fdbea3f19a32600e1f3c7b0 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Fri, 22 Jan 2016 16:40:07 +0500 Subject: [PATCH] :memo: clarify timeout option --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eb4c5e0..f5fcdec 100644 --- a/readme.md +++ b/readme.md @@ -111,7 +111,7 @@ Query string object that will be added to the request URL. This will override th Type: `number` -Milliseconds after which the request will be aborted and an error event with `ETIMEDOUT` code will be emitted. +Milliseconds to wait for a server to send response headers before aborting request with `ETIMEDOUT` error. ###### retries