if a response is from an external psgi app, donot double encode if a charset is present
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 34e48c3..cd0d383 100644 (file)
@@ -130,7 +130,6 @@ sub finalize_body {
             # There's no body...
             $body = [];
         }
-
         $res->_response_cb->([ $res->status, \@headers, $body]);
         $res->_clear_response_cb;