even this change is appreciated.
[catagits/Catalyst-Runtime.git] / t / psgi_utils.t
index e5ab61c..923defb 100644 (file)
@@ -73,6 +73,7 @@ my $psgi_app = sub {
         $writer->write("body");
         $writer->close;
     };
+    $c->clear_encoding;
     $c->res->from_psgi_response($psgi_app);
   }