See #2717. Fixes session reaping (VNC, specifically)

git-svn-id: file:///home/svn/framework3/trunk@10502 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-09-28 15:06:09 +00:00
parent ddb2f71674
commit 7409e34738
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ class SessionManager < Hash
wlog("Session #{s.sid} has died")
next
end
if s.respond_to?('rstream') and s.rstream and s.rstream.eof?
deregister(s, "Died - EOF")
wlog("Session #{s.sid} has died - EOF")
next
end
end
end
rescue ::Exception => e