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
drbrain 8c5c5a221f * lib/webrick/server.rb (module WEBrick::GenericServer): A server
will now continue only when a StandardError subclass is raised.  For
  other exception types the error will be logged at the fatal level and
  the server will safely stop.  Based on a patch by Alex Young.
  [ruby-trunk - Feature #6236]
* test/webrick/test_server.rb:  Test for new exception handling
  behavior.  Join the server thread instead of busy-waiting for it to
  shut down to remove race conditions.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-11 20:28:11 +00:00
..
httpauth * lib/webrick/httpauth/digestauth.rb (_authenticate): 2011-07-05 05:06:05 +00:00
httpservlet * lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document to 2011-06-16 05:37:31 +00:00
accesslog.rb * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation. 2011-06-23 07:22:37 +00:00
cgi.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
compat.rb * lib/webrick/compat.rb: Improve documentation. Patch by Sandor 2011-05-17 20:29:58 +00:00
config.rb Add documentation for WEBrick's DigestAuth 2010-09-11 06:21:51 +00:00
cookie.rb * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. 2011-06-20 06:48:40 +00:00
htmlutils.rb * lib/webrick: Add Documentation 2011-05-10 00:13:58 +00:00
httpauth.rb * lib/webrick: Add documentation for WEBrick::HTTPAuth 2011-05-10 23:37:43 +00:00
httpproxy.rb * lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy. 2012-02-02 23:17:24 +00:00
httprequest.rb * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each): 2011-07-21 08:27:08 +00:00
httpresponse.rb * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): 2012-04-07 21:50:34 +00:00
https.rb * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri): 2011-05-29 14:14:38 +00:00
httpserver.rb * lib/webrick: Add Documentation 2011-05-10 00:13:58 +00:00
httpservlet.rb
httpstatus.rb * lib/webrick/log.rb: Improve documentation of BasicLog and Log. 2011-06-16 21:12:00 +00:00
httputils.rb * lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg. 2011-09-26 02:28:54 +00:00
httpversion.rb * lib/webrick/log.rb: Hide copyright info from ri 2011-05-09 19:22:41 +00:00
log.rb * lib/webrick/log.rb: Improve documentation of BasicLog and Log. 2011-06-16 21:12:00 +00:00
server.rb * lib/webrick/server.rb (module WEBrick::GenericServer): A server 2012-04-11 20:28:11 +00:00
ssl.rb * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert): 2010-07-30 23:26:53 +00:00
utils.rb * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keys 2012-04-07 23:41:30 +00:00
version.rb * lib/webrick/log.rb: Hide copyright info from ri 2011-05-09 19:22:41 +00:00