From: "mame (Yusuke Endoh)" Date: 2012-11-20T23:00:36+09:00 Subject: [ruby-core:49740] [ruby-trunk - Feature #6559] Set DoNotReverseLookup to true in Webrick Issue #6559 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #6559: Set DoNotReverseLookup to true in Webrick https://bugs.ruby-lang.org/issues/6559#change-33312 Author: rosenfeld (Rodrigo Rosenfeld Rosas) Status: Assigned Priority: Normal Assignee: nahi (Hiroshi Nakamura) Category: lib Target version: next minor I often find it annoying that it is too slow to test my web applications from VirtualBox because Webrick will try to do reverse lookup and I have set the names directly in the hosts file, so a reverse lookup will always time out. Also I can't find a simple way for setting this behavior in a global way for all my rubies installed. Could we please try to improve this behavior? I'm certainly not the first one to complain about this... -- http://bugs.ruby-lang.org/