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:
parent
77d9fbe2c6
commit
f69d45351b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue