[Rt-commit] r12815 - in rt/branches/3.8-TESTING: lib/RT/Interface/Web/Standalone

sartak at bestpractical.com sartak at bestpractical.com
Mon Jun 2 17:05:50 EDT 2008


Author: sartak
Date: Mon Jun  2 17:05:49 2008
New Revision: 12815

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm

Log:
 r61437 at onn:  sartak | 2008-06-02 17:05:29 -0400
 Fix %ENV clearing at the HTTP::Server::Simple level


Modified: rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm	Mon Jun  2 17:05:49 2008
@@ -100,12 +100,4 @@
     $self->SUPER::post_bind_hook(@_);
 }
 
-# Clear the environment before handling the next request. Only called if
-# a Net::Server is being used. Otherwise, HTTP::Server::Simple does it for us.
-sub post_accept {
-    my $self = shift;
-    RT::Interface::Web::Standalone->setup_environment;
-    $self->SUPER::post_accept(@_);
-}
-
 1;


More information about the Rt-commit mailing list