issues
search
ghowland
/
web6.0
Web Six Point Oh
MIT License
1
stars
5
forks
source link
Added defer-recovery to handler to return http status 500 on panics
#30
Closed
zelin-l
closed
6 years ago
zelin-l
commented
6 years ago
For issues #26 and #27
If handler encounters a panic, it will recover and write simple http 500 error and continue execution instead of closing connection from the panic
For issues #26 and #27