Skip to main content
method ClientRequest.prototype.setNoDelay
ClientRequest.prototype.setNoDelay(noDelay?: boolean): void
Deprecated

Once a socket is assigned to this request and is connected socket.setNoDelay() will be called.

Parameters

optional
noDelay: boolean

Return Type

void
Back to top