req.socket.setNoDelay() On Mon, Nov 5, 2012 at 11:17 AM, P. Douglas Reeder <[email protected]> wrote: > To tun off the Nagle algorithm on a socket server, one calls > socket.setNoDelay([noDelay]). For a client HTTP request, one calls > request.setNoDelay([noDelay]). But how does one get the socket for an HTTP > server, in order to call setNoDelay()? > > > I'm restricted to using Node v0.2.3 and v0.4.12, so I can't use the new > http.Agent. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en
-- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
