Clear the request env after finishing a request.
Florian Ragwitz [Sat, 9 Jan 2010 17:48:57 +0000 (17:48 +0000)]
lib/Catalyst/Engine.pm

index 84450c4..b802f6c 100644 (file)
@@ -75,6 +75,8 @@ sub finalize_body {
 
     $self->_writer->close;
 
+    $self->_clear_env;
+
     return;
 }