Fixed a bug where c->read didn't work properly, and added some tests for parse_on_dem...
authorAndy Grundman <andy@hybridized.org>
Fri, 3 Aug 2007 05:11:51 +0000 (05:11 +0000)
committerAndy Grundman <andy@hybridized.org>
Fri, 3 Aug 2007 05:11:51 +0000 (05:11 +0000)
commit878b821cd4548d9d3f5a6c5aa05fb2f0c29fe3b0
treec9f2b202c68a8a7940bf697670b983c7d0febe26
parent048f45ee23401c9f2fbe241639f2687c1e79f990
Fixed a bug where c->read didn't work properly, and added some tests for parse_on_demand mode
Changes
lib/Catalyst.pm
lib/Catalyst/Engine.pm
t/lib/TestAppOnDemand.pm [new file with mode: 0644]
t/lib/TestAppOnDemand/Controller/Body.pm [new file with mode: 0644]
t/live_engine_request_body_demand.t [new file with mode: 0644]