284
281
# here). More precisely, the exception *has* been caught and captured
285
282
# but it is cleared when joining the thread (or trying to acquire the
286
283
# exception) and as such won't propagate to the server thread.
290
287
def test_handle_request_closes_if_it_doesnt_process(self):
291
288
server = self.get_server()