Clarify comment.
Florian Ragwitz [Wed, 6 Jan 2010 15:59:41 +0000 (15:59 +0000)]
lib/Catalyst/Engine.pm

index c881d55..7ba4167 100644 (file)
@@ -280,7 +280,8 @@ sub finalize_error {
 </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