From: Florian Ragwitz Date: Wed, 19 Aug 2009 20:45:45 +0000 (+0000) Subject: Changelog Engine::finalize_body changes. X-Git-Tag: 5.80008~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=11b4547dca1ada1e6c47fe3ab5bd1170039b3761;hp=c4b74171fea46515eb13446f0233ad02d7a34c20 Changelog Engine::finalize_body changes. --- diff --git a/Changes b/Changes index d70f917..be2b415 100644 --- a/Changes +++ b/Changes @@ -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