X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FApache.pm;fp=lib%2FCatalyst%2FEngine%2FApache.pm;h=e66f43481480304bb5a02417d2367391c87eaaaf;hb=e060fe05e8770527de1f433b4ae4bc2cd1e8c303;hp=7d11ea42c5f070503857724500dd224a06bc62a5;hpb=06e1b6164a2c9d7b463f358b0d1934ef83a82845;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/Apache.pm b/lib/Catalyst/Engine/Apache.pm index 7d11ea4..e66f434 100644 --- a/lib/Catalyst/Engine/Apache.pm +++ b/lib/Catalyst/Engine/Apache.pm @@ -42,7 +42,7 @@ This class overloads some methods from C. sub finalize_body { my $c = shift; - $c->apache->print( $c->response->output ); + $c->apache->print( $c->response->body ); } =item $c->prepare_body @@ -63,7 +63,7 @@ sub prepare_body { $content .= $buffer; } - $c->request->input($content); + $c->request->body($content); } =item $c->prepare_connection