about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-09 19:39:37 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-09 19:39:37 -0800
commit19c38d8e10646164bffb0bb0fd67803dd9cc558a (patch)
tree10869c911ba57a7e87009aa80ae21a508baa9f1f
parentc8af6a998e42ee81d880c99442c6be96015ffbfb (diff)
downloadrainbows-19c38d8e10646164bffb0bb0fd67803dd9cc558a.tar.gz
We no longer explicitly close @input
-rw-r--r--lib/rainbows/rev/thread.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/rev/thread.rb b/lib/rainbows/rev/thread.rb
index 677a7c8..387740c 100644
--- a/lib/rainbows/rev/thread.rb
+++ b/lib/rainbows/rev/thread.rb
@@ -14,7 +14,6 @@ module Rainbows
         KATO.delete(self)
         disable
         @env[RACK_INPUT] = @input
-        @input = nil # not sure why, @input seems to get closed otherwise...
         app_dispatch # must be implemented by subclass
       end