peerigon / alamid

Framework for RESTful JavaScript web applications that run both on the server- and clientside.
http://www.alamidjs.com
MIT License
23 stars 3 forks source link

Middler-Bug #137

Closed meaku closed 11 years ago

meaku commented 11 years ago

Seems like the middler-bug reappeared. Maybe it was just a local cache problem, but i should add a test-case.

meaku commented 11 years ago

Related to carlos8f/node-middler#4

meaku commented 11 years ago

This bug is a different one. It's related to error handling via handler. middler doesn't emit the error event if a final handler was attached to middler.handler. Keep track at carlos8f/node-middler#7.

I added a workaround for this behavior.