336
336
# exception and the traceback just when it occurs instead of waiting
337
337
# for the thread to be joined.
338
338
# SocketServer.BaseServer.handle_error(self, request, client_address)
339
340
# We call close_request manually, because we are going to raise an
340
341
# exception. The SocketServer implementation calls: