about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-15 00:39:37 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-15 00:39:37 +0000
commit63e421d82ac6d838f9b8b02d4a727bf6f783e7b6 (patch)
treefaa43da5c3b4fd0befe481553174ff24584cec89
parent12024a6268d4e96fcf96df33fb7d82eaec9c16b1 (diff)
downloadunicorn-63e421d82ac6d838f9b8b02d4a727bf6f783e7b6.tar.gz
kgio never does reverse lookup
-rw-r--r--lib/unicorn/http_server.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index a590ab0..1e41c8e 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -118,8 +118,6 @@ class Unicorn::HttpServer
 
   # Runs the thing.  Returns self so you can run join on it
   def start
-    BasicSocket.do_not_reverse_lookup = true
-
     # inherit sockets from parents, they need to be plain Socket objects
     # before they become Kgio::UNIXServer or Kgio::TCPServer
     inherited = ENV['UNICORN_FD'].to_s.split(/,/).map do |fd|