about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-05 20:42:16 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-05 20:42:16 -0800
commit89fa9d73f7976c1e52f53e3e6ccac177cb3251fe (patch)
tree953ac98e85a5f01b18d0132e93ad64a97d17d7fb /lib/rainbows/ev_core.rb
parentca15225e266a84489d8b05adaa948b3912280094 (diff)
downloadrainbows-89fa9d73f7976c1e52f53e3e6ccac177cb3251fe.tar.gz
Just let the GC deal with it
Diffstat (limited to 'lib/rainbows/ev_core.rb')
-rw-r--r--lib/rainbows/ev_core.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/ev_core.rb b/lib/rainbows/ev_core.rb
index 2a064dd..10d9557 100644
--- a/lib/rainbows/ev_core.rb
+++ b/lib/rainbows/ev_core.rb
@@ -69,7 +69,6 @@ module Rainbows
         if @hp.trailers(@env, @buf << data)
           @input.rewind
           app_call
-          @input.close if File === @input
         end
       end
       rescue => e