mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch
from Sho Hashimoto in [ruby-dev:39835]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fad1e8c761
commit
b85f286833
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 19 14:57:17 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch
|
||||
from Sho Hashimoto in [ruby-dev:39835].
|
||||
|
||||
Sat Dec 19 11:06:48 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* lib/matrix.rb (each2,collect2,map2): Fix enumerator
|
||||
|
|
|
@ -22,7 +22,7 @@ module WEBrick
|
|||
General = {
|
||||
:ServerName => Utils::getservername,
|
||||
:BindAddress => nil, # "0.0.0.0" or "::" or nil
|
||||
:Port => nil, # users MUST specifiy this!!
|
||||
:Port => nil, # users MUST specify this!!
|
||||
:MaxClients => 100, # maximum number of the concurrent connections
|
||||
:ServerType => nil, # default: WEBrick::SimpleServer
|
||||
:Logger => nil, # default: WEBrick::Log.new
|
||||
|
|
Loading…
Reference in a new issue