From 39c1bad6267bd74f5fa0a6a625b7ae48e47793fb Mon Sep 17 00:00:00 2001 From: zedshaw Date: Thu, 15 Jun 2006 18:14:07 +0000 Subject: Major bug fixed where sockets would get leaked if the client closed early (or any socket errors from the client). git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@238 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bin') diff --git a/bin/mongrel_rails b/bin/mongrel_rails index 61306bc..b1cf737 100644 --- a/bin/mongrel_rails +++ b/bin/mongrel_rails @@ -6,16 +6,6 @@ require 'mongrel/rails' require 'etc' -class Version < GemPlugin::Plugin "/commands" - include Mongrel::Command::Base - - def run - puts "Version #{Mongrel::Const::MONGREL_VERSION}" - end - -end - - class Start < GemPlugin::Plugin "/commands" include Mongrel::Command::Base -- cgit v1.2.3-24-ge0c7