aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/config.rb
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-11 22:36:11 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-11 22:36:11 +0000
commit0d8a0904d93e9600ccd095eabd5e4165c15987ff (patch)
tree9f0324193639f7ca22731bdbbe6eafa23fed7ccf /lib/webrick/config.rb
parent3d92d0a135afef7dfc1b9530d3983d97d09fe9cb (diff)
downloadruby-0d8a0904d93e9600ccd095eabd5e4165c15987ff.tar.gz
* lib/webrick/config.rb (WEBrick::Config::General): add
:DoNotReverseLookup. * lib/webrick/server.rb (WEBrick::GenericServer#accept): call do_not_reverse_lookup for each socket if :DoNotReverseLookup is set. [ruby-code:02357] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick/config.rb')
-rw-r--r--lib/webrick/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/webrick/config.rb b/lib/webrick/config.rb
index 11e1966f13..9d2365e40e 100644
--- a/lib/webrick/config.rb
+++ b/lib/webrick/config.rb
@@ -33,6 +33,7 @@ module WEBrick
:StartCallback => nil,
:StopCallback => nil,
:AcceptCallback => nil,
+ :DoNotReverseLookup => nil,
}
# for HTTPServer, HTTPRequest, HTTPResponse ...