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

Fix spurious exceptions when client closes conncetion #3925

Merged
merged 2 commits into from
Sep 25, 2018

Commits on Sep 20, 2018

  1. Fix spurious exceptions when client closes conncetion

    If a HTTP handler throws an exception while processing a request we
    automatically write a JSON error response. If the handler had already
    started writing a response twisted throws an exception.
    
    We should check for this case and simple abort the connection if there
    was an error after the response had started being written.
    erikjohnston committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    b28a7ed View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    13f6f16 View commit details
    Browse the repository at this point in the history