Handling misencoded HTTP request in Python WSGI applications
At Easter-eggs we use Python and WSGI for web applications development. The last few months some of our applications crashed periodically. Thanks to WebError ErrorMiddleware, we receive an email each time an internal server error occurs. For...