Not so important since the expose_tracebacks is not for production, but anyway:
if expose_tracebacks is true and there is non-ascii in exception trace,
waitress fails to encode the error body:
class ErrorTask(Task): def execute(self): self.write(tobytes(body))
Socket is left open and client stucks.
waitress 1.4.4, windows