about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mongrel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mongrel.rb b/lib/mongrel.rb
index 2185e6b..b4d85f4 100644
--- a/lib/mongrel.rb
+++ b/lib/mongrel.rb
@@ -254,7 +254,7 @@ module Mongrel
     # access the HttpServer::acceptor attribute to get the thread later.
     def start!
       semaphore = Semaphore.new(@max_concurrent_threads)
-      BasicSocket.do_not_reverse_lookup=true
+      BasicSocket.do_not_reverse_lookup = true
 
       configure_socket_options
 
@@ -304,7 +304,7 @@ module Mongrel
         end
       end
 
-      return @acceptor
+      @acceptor
     end
 
     # Stops the acceptor thread and then causes the worker threads to finish