drop unnecessary IO#close_on_exec=true assignment
commitfc7c85fc446d4c3e33ea1694426a574c7c695566
authorEric Wong <bofh@yhbt.net>
Tue, 14 Sep 2021 23:39:23 +0000 (14 23:39 +0000)
committerEric Wong <bofh@yhbt.net>
Sun, 26 Sep 2021 17:49:37 +0000 (26 17:49 +0000)
tree433866c76d834a1ef2da2cad1dc416f5470e3de4
parentc56eb04d683ef0ed45badfc505ac7eaeb25c6447
drop unnecessary IO#close_on_exec=true assignment

Ruby 2.0+ sets FD_CLOEXEC by default on all FDs.
lib/unicorn.rb