]> 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 01:58:12 +0000 (01:58 +0000)
commitded781a5dc2933867fd3cd41a7702bec4632fa9d
tree2501070bc59abebe561788af992b40d54bf46bcd
parent7fec477f235fe5665b75d08244e9dccd1b535c25
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