Changeset 18161
- Timestamp:
- 08/24/08 12:43:39 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ModPerl/ResponseWriter.pm
r17732 r18161 5 5 ); 6 6 use Apache2::RequestRec (); 7 use Apache2::RequestIO (); 7 8 8 9 sub finalize { … … 19 20 ); 20 21 21 $self-> _output_body($r, $res->body);22 $self->output_body($r, $res->body); 22 23 } 23 24 24 sub _output_body{25 sub output_body { 25 26 my($self, $r, $body) = @_; 26 27 … … 37 38 } 38 39 40 sub write { die "THIS IS DUMMY" } 41 39 42 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)