]> git.evergreen-ils.org Git - 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:43 +0000 (02:00 +0000)
commit5fe29e98f5a9f4d0851eab365dbbaa65f5133b01
tree146e815dd12cb0b0a3858fd6015c07244a4b2bcc
parent52f7adbd1fbe600d24be8b9f2795244cbf81d435
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