• Tatsuhiro Tsujikawa's avatar
    nghttpx: Wait for child process to exit · 85ba33c0
    Tatsuhiro Tsujikawa authored
    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.
    85ba33c0
shrpx_worker_process.cc 16.4 KB