]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1478123: fix leak of file descriptors by Apache workers
authorJosh Stompro <stomproj@larl.org>
Fri, 24 Jul 2015 19:20:21 +0000 (14:20 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 18 Aug 2015 02:00:24 +0000 (02:00 +0000)
commitfaef2103824e0794cf149f7e5cb2c6787258be24
treeab654b87a174d27cd6b899bd82a80651468ca5d9
parentdf3f88bcb9435b9732bf2027bc5ff74937bd39c8
LP#1478123: fix leak of file descriptors by Apache workers

Apache backends handling TPAC requests and making requests
of the added content handler were not properly closing
their sockets. This patch adds a close() after the shutdown()
to plug the leak.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm