From 8c055702587ba752a4b901cd27c300abe3774b37 Mon Sep 17 00:00:00 2001 From: Wyatt Preul Date: Tue, 11 Jun 2013 23:02:51 -0500 Subject: [PATCH] docs: clarify origin in agent.maxSockets section --- doc/api/http.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 577d7c2a50..dfa97a7434 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -541,7 +541,8 @@ Alternatively, you could just opt out of pooling entirely using `agent:false`: ### agent.maxSockets By default set to 5. Determines how many concurrent sockets the agent can have -open per host. +open per origin. Origin is either a 'host:port' or 'host:port:localAddress' +combination. ### agent.sockets