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 719804b5df webrick/httpserver.rb: Stop handling requests on shutdown
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): stop
  handling requests on shutdown, even if the socket is readable
  and IO.select() returns true.  [Fixes GH-607]
* lib/webrick/server.rb (WEBrick::GenericServer#start): IO.select()
  raises ENOTSOCK on shutdown on Windows.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-08 01:17:07 +00:00
..
httpauth
httpservlet
accesslog.rb
cgi.rb
compat.rb
config.rb
cookie.rb
htmlutils.rb
httpauth.rb
httpproxy.rb
httprequest.rb
httpresponse.rb
https.rb
httpserver.rb webrick/httpserver.rb: Stop handling requests on shutdown 2014-05-08 01:17:07 +00:00
httpservlet.rb
httpstatus.rb
httputils.rb
httpversion.rb
log.rb
server.rb webrick/httpserver.rb: Stop handling requests on shutdown 2014-05-08 01:17:07 +00:00
ssl.rb
utils.rb * lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension. 2014-04-25 10:17:15 +00:00
version.rb