From a87866f83c0185757b2f85aeab17e2a9553b6ae1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 21 Mar 2009 22:46:34 -0700 Subject: Don't bother unlinking UNIX sockets Since we always unlink existing sockets when binding, there's no point in having code to unlink the sockets when we exit. Additionally, the old code path was racy. --- lib/unicorn.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 2f86de2..eefbfc1 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -106,7 +106,6 @@ module Unicorn @listeners.delete_if do |io| if dead_names.include?(sock_name(io)) @io_purgatory.delete_if { |pio| pio.fileno == io.fileno } - destroy_safely(io) true else false -- cgit v1.2.3-24-ge0c7