1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

th is nil

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2018-06-08 06:15:23 +00:00
parent 77d9fbe2c6
commit f69d45351b

View file

@ -549,8 +549,8 @@ module TestNetHTTP_version_1_1_methods
assert th.join(10)
}
ensure
th.kill
th.join
th&.kill
th&.join
end
def test_timeout_during_HTTP_session