From 5ebd22a9d28fc96c69c09b695d99c1f173ce5a67 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 6 Jan 2011 15:46:56 -0800 Subject: unicorn 3.3.1 - one minor, esoteric bugfix We now close the client socket after closing the response body. This does not affect most applications that run under Unicorn, in fact, it may not affect any. There is also a new v1.1.6 release for users who do not use kgio. --- lib/unicorn/const.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicorn/const.rb') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 1949df7..b514c20 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -7,8 +7,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 3.3.0 - UNICORN_VERSION = "3.3.0" + # The current version of Unicorn, currently 3.3.1 + UNICORN_VERSION = "3.3.1" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7