X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fpsgi_utils.t;h=ba744a049f7e4788477def67bd23eedc7a9f50f9;hp=923defb1adb95ddd7a59884773b2b3981350f73a;hb=5757858f133f7f1e92dd996dad0f6e28b0b919ed;hpb=53779e13d3ae3e52c7c739aa17b97092cde4a4d7 diff --git a/t/psgi_utils.t b/t/psgi_utils.t index 923defb..ba744a0 100644 --- a/t/psgi_utils.t +++ b/t/psgi_utils.t @@ -73,7 +73,7 @@ my $psgi_app = sub { $writer->write("body"); $writer->close; }; - $c->clear_encoding; + #$c->clear_encoding; $c->res->from_psgi_response($psgi_app); }