Skip to content
Snippets Groups Projects
Commit 5412a847 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

exit aftere response

parent bdb22db1
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,8 @@ sub respond { ...@@ -145,6 +145,8 @@ sub respond {
printf "Content-type: text/plain\n\n Error: %s", $tt2->error(); printf "Content-type: text/plain\n\n Error: %s", $tt2->error();
$self->{logger}->errorf("Web parser error : %s", $tt2->error()); $self->{logger}->errorf("Web parser error : %s", $tt2->error());
} }
exit 0;
} }
sub req_select_sp { sub req_select_sp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment