docs: clarify origin in agent.maxSockets section
authorWyatt Preul <wpreul@gmail.com>
Wed, 12 Jun 2013 04:02:51 +0000 (23:02 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 28 Jan 2014 23:39:54 +0000 (03:39 +0400)
doc/api/http.markdown

index 577d7c2..dfa97a7 100644 (file)
@@ -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