[Catalyst-commits] r11170 - Catalyst-Runtime/5.80/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Aug 19 20:45:45 GMT 2009


Author: rafl
Date: 2009-08-19 20:45:45 +0000 (Wed, 19 Aug 2009)
New Revision: 11170

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelog Engine::finalize_body changes.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-08-19 20:29:16 UTC (rev 11169)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-08-19 20:45:45 UTC (rev 11170)
@@ -14,6 +14,9 @@
          variables (RT#48555)
        - Fix issue with Engine::HTTP not sending headers properly in some cases
          (RT#48623)
+       - Make Catalyst::Engine write at least once when finalizing the response
+         body from a filehandle, even if the write is empty. This avoids fail
+         when trying to send out an empty response body from a filehandle.
 
   Refactoring / cleanups:
        - Deleted the Restarter engine and its Watcher code. Use the




More information about the Catalyst-commits mailing list