fusionjs / fusion-plugin-error-handling

Migrated to https://github.com/fusionjs/fusionjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update request error handler to send early response

ganemone opened this issue · comments

Ideally the error handler should send a 500 response as
early as possible, without waiting for error reporting
to complete. This will ensure a better experience for the
user as well as fewer active connections being held onto by
the server.