Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix exceptions when a connection is closed before we read the headers #3723

Merged
merged 3 commits into from
Aug 20, 2018

Commits on Aug 20, 2018

  1. Robustness fix for logcontext filter

    Make the logcontext filter not explode if it somehow ends up with a logcontext
    of None, since that infinite-loops the whole logging system.
    richvdh committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    55e6bdf View commit details
    Browse the repository at this point in the history
  2. Fix exceptions when a connection is closed before we read the headers

    This fixes bugs introduced in #3700, by making sure that we behave sanely
    when an incoming connection is closed before the headers are read.
    richvdh committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    be65273 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    012d612 View commit details
    Browse the repository at this point in the history