more docs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index d48d9a4..017b2d4 100644 (file)
@@ -162,6 +162,11 @@ sub finalize_body {
               close $body;
           }
           else {
+              
+              # Case where body was set afgter calling ->write.  We'd prefer not to
+              # support this, but I can see some use cases with the way most of the
+              # views work.
+
               $self->write($c, $body );
           }
         }