Land #5088: @rwhitcroft fix premature close on connect -i

bug/bundler_fix
Brent Cook 2015-04-07 14:00:16 -05:00
commit a54182a562
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,8 @@ class Core
n2c.kill
end
c2n.join
n2c.join
sock.close rescue nil
infile.close if infile