diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/webrick/server.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/webrick/server.rb b/lib/webrick/server.rb index 54375d2e7..68501517c 100644 --- a/lib/webrick/server.rb +++ b/lib/webrick/server.rb @@ -91,6 +91,7 @@ module WEBrick svrs[0].each{|svr| @tokens.pop # blocks while no token is there. if sock = accept_client(svr) + sock.do_not_reverse_lookup = config[:DoNotReverseLookup] th = start_thread(sock, &block) th[:WEBrickThread] = true thgroup.add(th) |
