Browse Source

doc: reword https.Agent example text

PR-URL: https://github.com/nodejs/node/pull/4075
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
process-exit-stdio-flushing
Jan Krems 9 years ago
committed by cjihrig
parent
commit
8eb153d00b
  1. 2
      doc/api/https.markdown

2
doc/api/https.markdown

@ -195,7 +195,7 @@ Example:
...
}
Or does not use an `Agent`.
Alternatively, opt out of connection pooling by not using an `Agent`.
Example:

Loading…
Cancel
Save