James M. Greene
|
1921855816
|
Error middleware improvements (#18169)
* Defer logging to Failbot in error middleware until AFTER we finish responding
* If headers have already been written, log to failbot and then delegate to the default error handler
http://expressjs.com/en/guide/error-handling.html#the-default-error-handler
* Comment tweak
|
2021-03-08 21:56:56 +00:00 |
|
Jason Etcovitch
|
d98bb561c7
|
Honor Error.status(Code) in handle-errors middleware (#17768)
* Honor error status codes in handle-errors
* Add a test
|
2021-02-09 14:57:57 -05:00 |
|
Chiedo John
|
9f10fdd033
|
Improve performance of csrf errors (#16136)
* Improve performance of csrf errors
* Fix handle csrf error middleware
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
|
2020-10-20 11:42:05 -04:00 |
|
Vanessa Yuen
|
3df90fc9b8
|
Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
|
2020-09-27 14:10:11 +02:00 |
|