]> granicus.if.org Git - apache/commit
core: Disallow multiple Listen on the same IP:port when listener buckets
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:05:41 +0000 (21:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:05:41 +0000 (21:05 +0000)
commite68575506b922266574fcc8acc849ce1e557cafb
treed853f7712913f8fccbb49dcae076fa68a9d52986
parent98ce943cf6db4384790b7a2c41027fa8b4c52afb
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/trunk@1789220 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/listen.c