1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/webrick
nobu a5a9d421e7 webrick/utils.rb: get rid of thread leak checker
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):
  use WEBrick::Utils::TimeoutHandler::Thread, which is ignored by
  LeakChecker#find_threads, instead of ::Thread to get rid of
  thread leak checker.  since this TimeoutHandler is resident
  during tests because of Singleton, it waits for the next timeout
  if it has any schedules.  in the case of nested timeouts, inner
  timeout does not cancel outer timeouts and then those schedules
  still remain.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-19 08:16:54 +00:00
..
httpauth Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpservlet Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
accesslog.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
cgi.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
compat.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
config.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
cookie.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
htmlutils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpauth.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpproxy.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httprequest.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpresponse.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
https.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpserver.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpservlet.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpstatus.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httputils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpversion.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
log.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
server.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
ssl.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
utils.rb webrick/utils.rb: get rid of thread leak checker 2015-12-19 08:16:54 +00:00
version.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00