Also, you should test the err parameter at the beginning of every callback, and do something if it is not null: log it, throw it, pass it to an another callback, etc. Don't ignore it.
Bruno On Tuesday, May 6, 2014 7:34:51 AM UTC+2, Folivi Fofo wrote: > > Thanks to all for your replies, > > @ajilopez: calling res.view inside a loop causes sending multiple http > header issue > @ryandesign your solution works perfectly > > I'm still looking for a full tutorial on how to create functions with > callbacks in nodejs though. > Cheers > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/3254b5cf-b0d4-4e19-9a01-9d242587ce1b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
