nghttpx: Clean up neverbleed AF_UNIX socket
This commit is contained in:
parent
f945653ba9
commit
66ca8272ca
|
@ -532,12 +532,6 @@ int worker_process_event_loop(WorkerProcessConfig *wpconf) {
|
||||||
|
|
||||||
conn_handler.cancel_ocsp_update();
|
conn_handler.cancel_ocsp_update();
|
||||||
|
|
||||||
#ifdef HAVE_NEVERBLEED
|
|
||||||
if (nb && nb->daemon_pid != -1) {
|
|
||||||
kill(nb->daemon_pid, SIGTERM);
|
|
||||||
}
|
|
||||||
#endif // HAVE_NEVERBLEED
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue