>
> Yes, I know that too. And you might have already guessed it: It's just
> another inconsistency that confuses ppl ;-)
>
It's not inconsistent. The server is an event emitter the error handling
pattern is server.on("error", errorHandler). There are two error handling
patterns.
The other error handling pattern of (err, data) is for asynchronous
operations that are not event emitters.
One can argue that the macro of having http.createServer(f) be
http.createServer().on("request", f) is confusing
--
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