[Catalyst-commits] r12535 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Jan 6 15:59:42 GMT 2010


Author: rafl
Date: 2010-01-06 15:59:41 +0000 (Wed, 06 Jan 2010)
New Revision: 12535

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm
Log:
Clarify comment.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm	2010-01-06 01:33:31 UTC (rev 12534)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm	2010-01-06 15:59:41 UTC (rev 12535)
@@ -280,7 +280,8 @@
 </html>
 
 
-    # Trick IE
+    # Trick IE. Old versions of IE would display their own error page instead
+    # of ours if we'd give it less than 512 bytes.
     $c->res->{body} .= ( ' ' x 512 );
 
     # Return 500




More information about the Catalyst-commits mailing list