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:
parent
77d9fbe2c6
commit
f69d45351b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user