Merge pull request #1232 from lolmaus/patch-1

Webrick should not do reverse DNS lookups
This commit is contained in:
Ben Hollis 2014-03-27 09:18:04 -07:00
commit 299263c7e5

View file

@ -168,7 +168,8 @@ module Middleman
http_opts = { http_opts = {
:BindAddress => host, :BindAddress => host,
:Port => port, :Port => port,
:AccessLog => [] :AccessLog => [],
:DoNotReverseLookup => true
} }
if is_logging if is_logging