about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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