Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-20 | Fix exceptions when a connection is closed before we read the headers | Richard van der Hoff | 2 | -2/+10 | |
This fixes bugs introduced in #3700, by making sure that we behave sanely when an incoming connection is closed before the headers are read. | |||||
2018-08-20 | Robustness fix for logcontext filter | Richard van der Hoff | 1 | -1/+7 | |
Make the logcontext filter not explode if it somehow ends up with a logcontext of None, since that infinite-loops the whole logging system. | |||||
2018-08-21 |