5 ms·
A WSGI middleware would not be able to catch exceptions in production mode, as the generic 500 error page would already be completed by that point.
by tghw 6y ago
A WSGI middleware would not be able to catch exceptions in production mode, as the generic 500 error page would already be completed by that point.