mh well, i tested it with an express server before, now tried it again with a pure node.httpServer und there it works, interesting must be something with express then
On Jul 4, 8:29 am, mscdex <[email protected]> wrote: > On Jul 4, 2:09 am, mark <[email protected]> wrote: > > > the data event after .pause() should stop emitting events? i just > > tried this and it still emits, i'am on node v 0.8.1 > > What if you add your 'data' event handler _before_ calling > req.pause() ? -- 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
