]> granicus.if.org Git - apache/commit
Restarts were hosed after the APR changes because we were opening
authorManoj Kasichainula <manoj@apache.org>
Fri, 24 Sep 1999 22:01:21 +0000 (22:01 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 24 Sep 1999 22:01:21 +0000 (22:01 +0000)
commit9686424b64fc9c1c271b1495bceed3fa0d73faa7
treed74211a16294f6c7306f776a3a31337f095cc90f
parent76eaf4d395d872f25c6b270d489881b50608f442
Restarts were hosed after the APR changes because we were opening
sockets even when we had them open already. So, for now, add an "active"
flag that indicates whether the socket stored in the listen_rec is an
actual open socket yet.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83918 13f79535-47bb-0310-9956-ffa450edef68
include/ap_listen.h
server/listen.c