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) assert th.join(10)
} }
ensure ensure
th.kill th&.kill
th.join th&.join
end end
def test_timeout_during_HTTP_session def test_timeout_during_HTTP_session