What's Changed
Security
- DoS / process crash fix: errors carrying an invalid HTTP status code (
err.code = 99,err.status = 12345, non-integer values, etc.) no longer crash the process. They now fall back to a safe500response. See PR #122.
Full Changelog
- PR #122: fix: validate error-derived status codes to prevent process crash (DoS)