We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad6ea7 commit 93a1a07Copy full SHA for 93a1a07
doc/api/http.markdown
@@ -478,11 +478,6 @@ 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
482
- by other requests in the future. Default = `false`
483
- - `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
487
The optional `callback` parameter will be added as a one time listener for
488
the ['response'][] event.
0 commit comments