revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do...
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Mon, 26 Sep 2005 13:55:43 +0000 (13:55 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Mon, 26 Sep 2005 13:55:43 +0000 (13:55 -0000)
networking/httpd.c

index 66d8bfe..64c3745 100644 (file)
@@ -1877,9 +1877,6 @@ static int miniHttpd(int server)
            handleIncoming();
            if(!config->debugHttpd)
                exit(0);
-       } else {
-           if(!config->debugHttpd)
-               wait(NULL);
        }
        close(s);
       }