X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FHTTP.pm;h=72de12c7adfe7f44903424e631a450fd16ae1e84;hb=8026359e6ff39e39df67381dcf52a15df78804cf;hp=b601e26d216c93d8deefb09f39eeca64f880b741;hpb=aa17df21af45c677c81c7394a61d0cf7f0eaba9b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/HTTP.pm b/lib/Catalyst/Engine/HTTP.pm index b601e26..72de12c 100644 --- a/lib/Catalyst/Engine/HTTP.pm +++ b/lib/Catalyst/Engine/HTTP.pm @@ -388,7 +388,7 @@ sub _handler { # this far out, but then again it's only the dev server anyway. local $SIG{CHLD} = 'DEFAULT'; - $class->handle_request; + $class->handle_request( env => \%ENV ); } DEBUG && warn "Request done\n"; @@ -540,8 +540,6 @@ sub _socket_data { sub _inet_addr { unpack "N*", inet_aton( $_[0] ) } -no Moose; - =head2 options Options hash passed to the http engine to control things like if keepalive