google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.44k stars 311 forks source link

Add recovery middleware for catching panics #1479

Closed sethvargo closed 3 years ago

sethvargo commented 3 years ago

Similar to what we do on the verification server already.

Release Note

Add recovery middleware for catching runtime panics in HTTP handlers.