TCPS-711 — Immediate proxy termination is performed after receiving a signal
The proxy can be requested to terminate immediately by signalling its parent process with SIGTERM, SIGQUIT, or SIGINT. Immediate termination means that the proxy does not accept any new connections and currently open connections are immediately closed. Then the proxy terminates.
The parent proxy process waits for terminating all children before exiting.