Switched to 500 status for exceptions
Sebastian Riedel [Wed, 7 Dec 2005 15:58:03 +0000 (15:58 +0000)]
lib/Catalyst/Engine.pm

index 49dff25..423cf41 100644 (file)
@@ -249,7 +249,7 @@ EOF
     $c->res->{body} .= ( ' ' x 512 );
 
     # Return 500
-    $c->res->status(500) unless $c->res->status;
+    $c->res->status(500);
 }
 
 =head2 $self->finalize_headers($c)