END_OF_REQUEST-Exception auch bei eingeschaltetem "backtrace on die" erkennen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 6 Jun 2013 07:01:15 +0000 (09:01 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 6 Jun 2013 09:05:30 +0000 (11:05 +0200)
SL/Dispatcher.pm

index a52e4bd..01b6aff 100644 (file)
@@ -286,7 +286,7 @@ sub handle_request {
 
     1;
   } or do {
-    if ($EVAL_ERROR ne END_OF_REQUEST) {
+    if (substr($EVAL_ERROR, 0, length(END_OF_REQUEST())) ne END_OF_REQUEST()) {
       my $error = $EVAL_ERROR;
       print STDERR $error;