From d23d4713dc9ab9732c574f5aa34a4b6740b43164 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 26 Jun 2015 00:42:40 +0000 Subject: doc: update some invalid URLs Most of these were found by the `linkchecker' package in Debian. --- lib/unicorn/http_server.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/unicorn') 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 -- cgit v1.2.3-24-ge0c7