about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-07 13:54:18 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-07 14:01:09 -0700
commitc3880bb0cc00821d1715a7dd94b0b76a03a7ace0 (patch)
treedee85ce7f218d0ce4e0232dc9f845f51c59a62ef /lib/unicorn/http_server.rb
parent0dc56fd03ea478ae054e3d0398703f43e017723b (diff)
downloadunicorn-c3880bb0cc00821d1715a7dd94b0b76a03a7ace0.tar.gz
Enabling this flag for an IPv6 TCP listener allows users to
specify IPv6-only listeners regardless of the OS default.
This should be interest to Rainbows! users.
Diffstat (limited to 'lib/unicorn/http_server.rb')
-rw-r--r--lib/unicorn/http_server.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index dc29406..604854a 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -23,9 +23,6 @@ class Unicorn::HttpServer
   # backwards compatibility with 1.x
   Worker = Unicorn::Worker
 
-  # prevents IO objects in here from being GC-ed
-  IO_PURGATORY = []
-
   # all bound listener sockets
   LISTENERS = []