]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Disallow multiple Listen on the same IP:port when listener buckets
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 20:53:07 +0000 (20:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 20:53:07 +0000 (20:53 +0000)
commit820f0d1d79a40fff4bf1ae1f34e2c95c5afe7047
tree1d84d6b856c7143939c61b298f06d83e351780e7
parentfb9b64d5feb099001d80467533168644ea03ad72
core: Disallow multiple Listen on the same IP:port when listener buckets
are configured (ListenCoresBucketsRatio > 0), consistently with the single
bucket case (default), thus fixing the leak of the corresponding socket
descriptors on graceful restart.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789213 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/listen.c