437
468
target = self.process_request_thread,
438
469
args = (started, stopped, request, client_address))
440
470
# Update the client description
442
472
self.clients.append((request, client_address, t))
445
479
# If an exception occured during the thread start, it will get raised.