mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Support 1.8
Merged https://github.com/rubygems/rubygems/commit/72b3701 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
60c7061770
commit
57b04039f3
1 changed files with 2 additions and 2 deletions
|
@ -924,8 +924,8 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
|
|||
@ssl_server_thread.kill.join
|
||||
@ssl_server_thread = nil
|
||||
end
|
||||
timeout = WEBrick::Utils::TimeoutHandler
|
||||
timeout.terminate if defined?(timeout.terminate)
|
||||
utils = WEBrick::Utils # TimeoutHandler is since 1.9
|
||||
utils::TimeoutHandler.terminate if defined?(utils::TimeoutHandler.terminate)
|
||||
end
|
||||
|
||||
def normal_server_port
|
||||
|
|
Loading…
Reference in a new issue