• Tatsuhiro Tsujikawa's avatar
    nghttpx: Rewrite ocsp without thread · d247470d
    Tatsuhiro Tsujikawa authored
    Since libev handles SIGCHLD, using waitpid in separate thread to wait
    for the completion of fetch-ocsp-response script process is undefined.
    This commit rewrite ocsp handling code so that it utilizes libev
    ev_child watcher and perform ocsp update without thread.
    d247470d
shrpx_connection_handler.h 4.57 KB