Move actual reading into request
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 71a5e56..8cc25d1 100644 (file)
@@ -2405,7 +2405,7 @@ $c->request.  You must handle all body parsing yourself.
 
 =cut
 
-sub read { my $c = shift; return $c->engine->read( $c, @_ ) }
+sub read { my $c = shift; return $c->request->read( @_ ) }
 
 =head2 $c->run