about summary refs log tree commit homepage
path: root/lib/rainbows/response.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:15:24 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:15:24 +0000
commit0e9d8ac759f7c5d783f055df0fb5d4f08c68db71 (patch)
tree131a2843478b0d70462e0834d46fa916e428ad41 /lib/rainbows/response.rb
parent8c1e3da65d7a709c6578652fa57e5ca0e7a9a459 (diff)
downloadrainbows-0e9d8ac759f7c5d783f055df0fb5d4f08c68db71.tar.gz
It hasn't been used in a while, but we kept it for
Zbatery version compatibility.
Diffstat (limited to 'lib/rainbows/response.rb')
-rw-r--r--lib/rainbows/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/response.rb b/lib/rainbows/response.rb
index 04b12c4..f8b0831 100644
--- a/lib/rainbows/response.rb
+++ b/lib/rainbows/response.rb
@@ -13,7 +13,7 @@ module Rainbows::Response
   class F < File; end
 
   # called after forking
-  def self.setup(klass)
+  def self.setup
     Kgio.accept_class = Rainbows::Client
     0 == Rainbows.server.keepalive_timeout and
       Rainbows::HttpParser.keepalive_requests = 0