nghttpx: Wait for child process to exit
Normally, we don't have wait for child process to exit, since init can take care of them. But in containerized environment, pid 0 init might not be available, and defunct processes can be piled up. This commit ensures that OCSP and neverbleed processes are waited for before worker process exits.
Showing
Please register or sign in to comment