about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-06-26 00:42:40 +0000
committerEric Wong <e@80x24.org>2015-06-26 00:45:18 +0000
commitd23d4713dc9ab9732c574f5aa34a4b6740b43164 (patch)
treea605e5fcea33912bcfdb3b05951518851fd1f94a /lib
parent194fe5eb02eb5d328aedea9dfcef12fbe58b0522 (diff)
downloadunicorn-d23d4713dc9ab9732c574f5aa34a4b6740b43164.tar.gz
Most of these were found by the `linkchecker' package
in Debian.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/http_server.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 9129ed8..3282ec7 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -486,7 +486,8 @@ class Unicorn::HttpServer
     Unicorn::Configurator::RACKUP.clear
     @ready_pipe = @init_listeners = @before_exec = @before_fork = nil
 
-    srand # http://redmine.ruby-lang.org/issues/4338
+    # http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/36450
+    srand # remove in unicorn 6
 
     # The OpenSSL PRNG is seeded with only the pid, and apps with frequently
     # dying workers can recycle pids