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
gotoyuzo a04281ff0e * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
should rescue Errno::EINVAL from TCPServer#accept. this exception
  might occur if the server socket is not in ready to listen.

* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
  don't call TCPServer#close if the :ShutdownSocketWithoutClose is set.

* lib/webrick/config.rb (WEBrick::Config::General): add new parameter
  :ShutdownSocketWithoutClose.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-18 14:43:03 +00:00
..
httpauth * lib/webrick/httpauth/authenticator.rb 2007-07-04 14:51:22 +00:00
httpservlet
accesslog.rb
cgi.rb * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or 2007-12-17 07:03:57 +00:00
compat.rb
config.rb * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): 2007-12-18 14:43:03 +00:00
cookie.rb
htmlutils.rb
httpauth.rb
httpproxy.rb * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb, 2007-12-18 13:37:10 +00:00
httprequest.rb * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or 2007-12-17 07:03:57 +00:00
httpresponse.rb
https.rb
httpserver.rb
httpservlet.rb
httpstatus.rb * parse.y (assoc_list): remove expanded hash literal (no splat). 2007-06-29 06:27:49 +00:00
httputils.rb * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): 2006-12-01 22:38:47 +00:00
httpversion.rb
log.rb
server.rb * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): 2007-12-18 14:43:03 +00:00
ssl.rb
utils.rb * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize): 2007-01-04 08:32:37 +00:00
version.rb