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
akr 6f226d9d42 * lib/webrick/server.rb: Use a pipe to detect server shutdown.
shutdown() or close() for listening socket is not a reliable.
  Actually, both doesn't work (doesn't wake up select()) on
  DragonFly BSD 3.6.2.

* test/webrick/utils.rb: :ShutdownSocketWithoutClose is not required
  now to immediate server shutdown detection.
  This fixes fd leaks.

* test/net/http/utils.rb: Ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-30 12:32:48 +00:00
..
httpauth
httpservlet httpservlet/filehandler.rb: pass queries 2014-02-12 09:01:30 +00:00
accesslog.rb * ext/win32ole/sample/olegen.rb: Fix typo 2013-12-11 03:58:07 +00:00
cgi.rb
compat.rb * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipulnsward [fix GH-464] 2013-12-06 02:10:11 +00:00
config.rb
cookie.rb
htmlutils.rb
httpauth.rb
httpproxy.rb
httprequest.rb * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466] 2013-12-06 01:56:44 +00:00
httpresponse.rb * lib/webrick/httpresponse.rb: [DOC] Fix typo 2013-12-05 11:32:26 +00:00
https.rb
httpserver.rb webrick/httpserver.rb: Stop handling requests on shutdown 2014-05-08 01:17:07 +00:00
httpservlet.rb
httpstatus.rb * lib/webrick/httpstatus.rb: [DOC] Fix typo 2013-12-06 04:34:35 +00:00
httputils.rb
httpversion.rb
log.rb
server.rb * lib/webrick/server.rb: Use a pipe to detect server shutdown. 2014-05-30 12:32:48 +00:00
ssl.rb * lib/webrick/ssl.rb: [DOC] Fix typo 2013-12-25 05:10:12 +00:00
utils.rb * lib/webrick/utils.rb: Override the inspect method of the thread 2014-05-25 06:27:14 +00:00
version.rb