File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -681,17 +681,20 @@ Aborts a request. (New since v0.3.8.)
681681### request.setTimeout(timeout, [ callback] )
682682
683683Once a socket is assigned to this request and is connected
684- socket.setTimeout(timeout, [ callback] ) will be called.
684+ [ socket.setTimeout(timeout, [ callback] )] ( net.html#socket.setTimeout )
685+ will be called.
685686
686687### request.setNoDelay(noDelay=true)
687688
688689Once a socket is assigned to this request and is connected
689- socket.setNoDelay(noDelay) will be called.
690+ [ socket.setNoDelay(noDelay)] ( net.html#socket.setNoDelay )
691+ will be called.
690692
691693### request.setSocketKeepAlive(enable=false, [ initialDelay] )
692694
693695Once a socket is assigned to this request and is connected
694- socket.setKeepAlive(enable, [ initialDelay] ) will be called.
696+ [ socket.setKeepAlive(enable, [ initialDelay] )] ( net.html#socket.setKeepAlive )
697+ will be called.
695698
696699## http.ClientResponse
697700
You can’t perform that action at this time.
0 commit comments