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=4e45fa288ea80bf2a4587dd2278c784286aafdc3;hpb=75a7c429032fcfea6805a0cfedcedabb656e9931 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); }