Revert "nghttpx: Call setsid after executing new binary"

This reverts commit 6680d8b792.
This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-22 00:21:32 +09:00
parent cca7e398fd
commit 04145e22a2
1 changed files with 0 additions and 6 deletions

View File

@ -257,12 +257,6 @@ void exec_binary(SignalServer *ssv) {
shrpx_signal_unset_master_proc_ign_handler();
rv = shrpx_signal_unblock_all();
if (setsid() == -1) {
auto error = errno;
LOG(ERROR) << "setsid() failed: " << strerror(error);
}
if (rv != 0) {
auto error = errno;
LOG(ERROR) << "Unblocking all signals failed: " << strerror(error);