[Catalyst-commits] r12565 -
Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Jan 9 17:48:57 GMT 2010
Author: rafl
Date: 2010-01-09 17:48:57 +0000 (Sat, 09 Jan 2010)
New Revision: 12565
Modified:
Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm
Log:
Clear the request env after finishing a request.
Modified: Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm 2010-01-09 17:48:51 UTC (rev 12564)
+++ Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm 2010-01-09 17:48:57 UTC (rev 12565)
@@ -75,6 +75,8 @@
$self->_writer->close;
+ $self->_clear_env;
+
return;
}
More information about the Catalyst-commits
mailing list