X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=cd0d3838fcdfc6c1fbee762e600ca067e50a3d7f;hp=34e48c3e3d46d77d22835b32078ea49fbe8df76e;hb=d200092825d92139d59f660eaa895790442cdf8b;hpb=d63cc9c82b21555490c13a14f6a586764b200bfa diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 34e48c3..cd0d383 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -130,7 +130,6 @@ sub finalize_body { # There's no body... $body = []; } - $res->_response_cb->([ $res->status, \@headers, $body]); $res->_clear_response_cb;