From: rr.rosas@... Date: 2014-06-26T14:19:55+00:00 Subject: [ruby-core:63351] [ruby-trunk - Feature #6559] Set DoNotReverseLookup to true in Webrick Issue #6559 has been updated by Rodrigo Rosenfeld Rosas. Would this be possible to be included in 2.2.0? ---------------------------------------- Feature #6559: Set DoNotReverseLookup to true in Webrick https://bugs.ruby-lang.org/issues/6559#change-47397 * Author: Rodrigo Rosenfeld Rosas * Status: Assigned * Priority: Normal * Assignee: 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... ---Files-------------------------------- webrick.do_not_reverse_lookup.patch (432 Bytes) -- https://bugs.ruby-lang.org/