On Jul 4, 12:24 am, Dominic Tarr <[email protected]> wrote: > http://nodejs.org/api/stream.html#stream_stream_pause > > so, pause does not buffer. possibly changing to that behaviour will be > explored in 0.9
That's for streams in general. Check the http core module and you'll see it uses a _pendings array to buffer 'data' events after pausing a request. -- 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
