Project

General

Profile

Actions

Bug #2435

closed

webrick/config.rbにtypo

Added by sho-h (Sho Hashimoto) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-12-04 trunk 25993) [i686-linux]
[ruby-dev:39835]

Description

=begin
特に動作に影響はありませんが、webrick/config.rbのコメントにtypoがあるようです。

--- lib/webrick/config.rb (revision 25993)
+++ lib/webrick/config.rb (working copy)
@@ -22,7 +22,7 @@
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
    

=end

Actions #1

Updated by shyouhei (Shyouhei Urabe) over 14 years ago

  • Status changed from Open to Assigned
  • Assignee set to shyouhei (Shyouhei Urabe)

=begin

=end

Actions #2

Updated by shyouhei (Shyouhei Urabe) almost 14 years ago

  • Status changed from Assigned to Closed

=begin
Applied in changeset r26126.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0