X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=baf322f8bfa917170035ce69b6a3494d52221538;hp=02cb8cbaec09abcce8f3c89208954944f4f7c1c2;hb=201e0a1fbca74dbe62eb5233df7861bcc7a384e9;hpb=cfdd890d1f76bd9403c5b8a30f902394297ffb68 diff --git a/Changes b/Changes index 02cb8cb..baf322f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix RT#78377 - IIS7 ignores response body for 3xx requests, which + causes (a different) response to be broken when using keepalive. + Fixed by applying Middleware which removes the response body and + content length that Catalyst supplies with redirects. + 5.90015 - 2012-06-30 16:57:00 - Fix $c->finalize_headers getting called twice. RT#78090 - Fix test fails in Catalyst-Plugin-Session-State-Cookie. RT#76179