]> granicus.if.org Git - apache/commit
After a stop or restart signal, the old listening sockets
authorMartin Kraemer <martin@apache.org>
Mon, 29 Oct 2007 17:38:11 +0000 (17:38 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 29 Oct 2007 17:38:11 +0000 (17:38 +0000)
commitee4ec8009b68611b94ae11cff67980b05d355516
tree6aa0480923b6fdbee2878fddb1b0d16344b36e33
parentac9c348488f0a36a1a330f9387129c81201f21f0
After a stop or restart signal, the old listening sockets
are closed. "Some platforms" drop out of the accept() with
an EBADF after the sockets have been closed. Such an
error should not clutter the logs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589761 13f79535-47bb-0310-9956-ffa450edef68
os/unix/unixd.c