about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/yahns/server.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/yahns/server.rb b/lib/yahns/server.rb
index efd6f05..583fd38 100644
--- a/lib/yahns/server.rb
+++ b/lib/yahns/server.rb
@@ -396,7 +396,9 @@ class Yahns::Server # :nodoc:
 
         # call OpenSSL::SSL::SSLContext#setup explicitly here to detect
         # errors and avoid race conditions.  We avoid calling this in the
-        # parent process since
+        # parent process (if we have multiple workers) in case the
+        # setup code starts TCP connections to memcached or similar
+        # for session caching.
         ssl_ctx.setup
       end
       ctx_list << ctx