From 981f561a726bb4307d01e4a09a308edba8d69fe3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 18 Oct 2018 20:55:30 +0000 Subject: doc: update more URLs to use HTTPS and avoid redirects Latency from redirects is painful, and HTTPS can protect privacy in some cases. --- lib/unicorn/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicorn/util.rb') diff --git a/lib/unicorn/util.rb b/lib/unicorn/util.rb index 501930c..b826de4 100644 --- a/lib/unicorn/util.rb +++ b/lib/unicorn/util.rb @@ -64,7 +64,7 @@ module Unicorn::Util # :nodoc: fp.reopen(fp.path, "a") else # We should not need this workaround, Ruby can be fixed: - # http://bugs.ruby-lang.org/issues/9036 + # https://bugs.ruby-lang.org/issues/9036 # MRI will not call call fclose(3) or freopen(3) here # since there's no associated std{in,out,err} FILE * pointer # This should atomically use dup3(2) (or dup2(2)) syscall -- cgit v1.2.3-24-ge0c7