Erik Johnston b28a7ed503 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.
2018-09-20 13:44:20 +01:00
..
2018-09-17 17:37:56 +01:00
2018-09-06 00:10:47 +10:00
2018-09-14 15:12:36 +01:00
2018-09-14 03:11:11 +10:00
2018-09-13 11:51:12 -06:00
2018-09-19 11:19:47 +01:00
2018-08-28 17:10:43 +01:00