We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7049d7b commit 69bc138Copy full SHA for 69bc138
doc/api/http.markdown
@@ -478,9 +478,9 @@ Options:
478
- `Agent` object: explicitly use the passed in `Agent`.
479
- `false`: opts out of connection pooling with an Agent, defaults request to
480
`Connection: close`.
481
-- `keepAlive`: {Boolean} Keep sockets around in a pool to be used
+ - `keepAlive`: {Boolean} Keep sockets around in a pool to be used
482
by other requests in the future. Default = `false`
483
-- `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
+ - `keepAliveMsecs`: {Integer} When using HTTP KeepAlive, how often to
484
send TCP KeepAlive packets over sockets being kept alive. Default =
485
`1000`. Only relevant if `keepAlive` is set to `true`.
486
0 commit comments