From b78283b3fcae6752e7f1698cc063eff6214d2104 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 3 Mar 2005 23:12:57 +0000 Subject: Fixed that broken pipe errors (clients disconnecting in mid-request) could bring down a fcgi process git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@829 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 156c41a098..b901012044 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that broken pipe errors (clients disconnecting in mid-request) could bring down a fcgi process + * Added the original exception message to session recall errors (so you can see which class wasnt required) * Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late initialization of the ROUTE_FILE #761 [Scott Barron] -- cgit v1.2.3