From 5412a84769aedca586af67c70360b0f72fb8d856 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 28 Feb 2018 17:51:43 +0100 Subject: [PATCH] exit aftere response --- lib/AccountManager/App.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm index e137fd6..7dc1af6 100644 --- a/lib/AccountManager/App.pm +++ b/lib/AccountManager/App.pm @@ -145,6 +145,8 @@ sub respond { printf "Content-type: text/plain\n\n Error: %s", $tt2->error(); $self->{logger}->errorf("Web parser error : %s", $tt2->error()); } + + exit 0; } sub req_select_sp { -- GitLab