Fix RT#78377 - IIS7 sucks in different ways to IIS6
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 02cb8cb..baf322f 100644 (file)
--- 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