summary refs log tree commit diff
path: root/jenkins-dendron-postgres.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-20Fix exceptions when a connection is closed before we read the headersRichard van der Hoff2-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-20Robustness fix for logcontext filterRichard van der Hoff1-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