Skip to content

Commit 69bc138

Browse files
committed
doc: properly indent http.Agent keepAlive options
Fixes: #1300 PR-URL: #1384 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 7049d7b commit 69bc138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ Options:
478478
- `Agent` object: explicitly use the passed in `Agent`.
479479
- `false`: opts out of connection pooling with an Agent, defaults request to
480480
`Connection: close`.
481-
- `keepAlive`: {Boolean} Keep sockets around in a pool to be used
481+
- `keepAlive`: {Boolean} Keep sockets around in a pool to be used
482482
by other requests in the future. Default = `false`
483-
- `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
483+
- `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
484484
send TCP KeepAlive packets over sockets being kept alive. Default =
485485
`1000`. Only relevant if `keepAlive` is set to `true`.
486486

0 commit comments

Comments
 (0)