summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWyatt Preul <wpreul@gmail.com>2013-06-11 23:02:51 -0500
committerFedor Indutny <fedor.indutny@gmail.com>2014-01-29 03:39:54 +0400
commit8c055702587ba752a4b901cd27c300abe3774b37 (patch)
tree7aa6bb5dc739502ea39b92ab156415217ee27150 /doc
parentd2de8ba34dc57d78a0bd0fedc4bd05e5c4457bac (diff)
downloadandroid-node-v8-8c055702587ba752a4b901cd27c300abe3774b37.tar.gz
android-node-v8-8c055702587ba752a4b901cd27c300abe3774b37.tar.bz2
android-node-v8-8c055702587ba752a4b901cd27c300abe3774b37.zip
docs: clarify origin in agent.maxSockets section
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.markdown3
1 files changed, 2 insertions, 1 deletions
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