about summary refs log tree commit homepage
path: root/lib/rainbows/http_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/http_server.rb')
-rw-r--r--lib/rainbows/http_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/http_server.rb b/lib/rainbows/http_server.rb
index a5cb054..0ed6717 100644
--- a/lib/rainbows/http_server.rb
+++ b/lib/rainbows/http_server.rb
@@ -36,7 +36,7 @@ module Rainbows
     # fact that we let clients keep idle connections open for long
     # periods of time means we have to chmod at a fixed interval.
     def timeout=(nr)
-      super(nr + 1)
+      @timeout = nr + 1
     end
     #:startdoc: