[libfcgi-procmanager-perl] 02/04: I mean pm_exit, not exit. gbjk++

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:29:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.22
in repository libfcgi-procmanager-perl.

commit 47f82c51c084c5ef1d6858d43fc93c463bdbab1f
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Aug 4 16:15:34 2011 +0100

    I mean pm_exit, not exit. gbjk++
---
 lib/FCGI/ProcManager/Constrained.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/FCGI/ProcManager/Constrained.pm b/lib/FCGI/ProcManager/Constrained.pm
index f9dd568..31aebae 100644
--- a/lib/FCGI/ProcManager/Constrained.pm
+++ b/lib/FCGI/ProcManager/Constrained.pm
@@ -38,7 +38,7 @@ sub pm_post_dispatch {
         and $self->{_request_counter} # Not the first request
         and $self->{_request_counter} % $self->sizecheck_num_requests == 0
     ) {
-        $self->exit("safe exit due to memory limits exceeded after " . $self->{_request_counter} . " requests")
+        $self->pm_exit("safe exit due to memory limits exceeded after " . $self->{_request_counter} . " requests")
             if $self->_limits_are_exceeded;
     }
     $self->SUPER::pm_post_dispatch();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfcgi-procmanager-perl.git



More information about the Pkg-perl-cvs-commits mailing list