about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <yahns-public@yhbt.net>2017-04-20 19:58:59 +0000
committerEric Wong <yahns-public@yhbt.net>2017-04-20 19:58:59 +0000
commitba41a26726b26cc01f3a534398085de9dddba10e (patch)
tree2a0e422736766ea1294505181737ab082a2a1a93
parent0a6f03cde0a336597358668041fa8eb6f463bac5 (diff)
downloadyahns-ba41a26726b26cc01f3a534398085de9dddba10e.tar.gz
Oops.  Occasionally my brain experiences packet loss :x
-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