TCPS-710 — Graceful proxy termination is performed after receiving a signal
The proxy can be requested to terminate gracefully by signalling its parent process with SIGHUP. Graceful termination means that the proxy does not accept any new connections, but currently open connections are finished normally. Then the proxy terminates. The parent proxy process waits for terminating all children before exiting.