Skip to content

Commit

Permalink
doc: properly indent http.Agent keepAlive options
Browse files Browse the repository at this point in the history
Fixes: #1300
PR-URL: #1384
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Fishrock123 committed Apr 9, 2015
1 parent 7049d7b commit 69bc138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.markdown
Expand Up @@ -478,9 +478,9 @@ Options:
- `Agent` object: explicitly use the passed in `Agent`.
- `false`: opts out of connection pooling with an Agent, defaults request to
`Connection: close`.
- `keepAlive`: {Boolean} Keep sockets around in a pool to be used
- `keepAlive`: {Boolean} Keep sockets around in a pool to be used
by other requests in the future. Default = `false`
- `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
- `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
send TCP KeepAlive packets over sockets being kept alive. Default =
`1000`. Only relevant if `keepAlive` is set to `true`.

Expand Down

0 comments on commit 69bc138

Please sign in to comment.