Skip to content

Send REST server stderr to the http log file when the client hangs up

username-removed-56772 requested to merge warsaw/mailman:issue142 into master

When the client hangs up, we can't actually catch the BrokenPipeError because of the way Python stdlib's wsgiref.simple_server is structured. However, we can ensure that the error messages won't get printed to stderr, but to our http log file instead.

Closes #142 (closed)

Merge request reports