- Timestamp:
- 08/16/08 17:22:03 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/FCGI.pm
r17700 r17702 116 116 } 117 117 118 local %ENV = %env; 119 $self->handle_request(); 118 $self->handle_request( 119 request_args => { 120 _connection => { 121 input_handle => *STDIN, 122 output_handle => *STDOUT, 123 env => \%env, 124 }, 125 } 126 ); 120 127 121 128 $proc_manager && $proc_manager->pm_post_dispatch();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)