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=71773fefe652f174f77f0c67dd7be20d7761c7f0;hp=aa8215c324803d14d0ad0f61e2ddd3a2da852771;hb=6680c772eaa987eafdb32e9437fd2d649dc914d9;hpb=66e67eb66f6271135230e9444ea9b4ecc57062f5 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index aa8215c..71773fe 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -130,9 +130,6 @@ sub finalize_error { # Don't show body parser in the dump delete $c->req->{_body}; - # Don't show response header state in dump - delete $c->res->{_finalized_headers}; - my @infos; my $i = 0; for my $dump ( $c->dump_these ) {