Home
last modified time | relevance | path

Searched refs:setSocketKeepAlive (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-https-socket-options.js59 req.setSocketKeepAlive(true, 1000);
83 req.setSocketKeepAlive(true, 1000);
/third_party/node/lib/
D_http_client.js891 ClientRequest.prototype.setSocketKeepAlive = method in ClientRequest
892 function setSocketKeepAlive(enable, initialDelay) {
/third_party/node/doc/api/
Dhttp.md916 ### `request.setSocketKeepAlive([enable][, initialDelay])`