drop redundant IO#close_on_exec=false calls
commit835ec74c244611cbf27774ac42454f1149d61250
authorEric Wong <BOFH@YHBT.net>
Mon, 5 Jun 2023 10:12:51 +0000 (5 10:12 +0000)
committerEric Wong <bofh@yhbt.net>
Mon, 5 Jun 2023 10:39:04 +0000 (5 10:39 +0000)
treef756c5316bb9525ff6111c1db44fee1340c7a480
parent3d1b6c1f611604d35b421bd903a316934efc04ef
drop redundant IO#close_on_exec=false calls

Passing the `{ FD => IO }' mapping to #spawn or #exec already
ensures Ruby will clear FD_CLOEXEC on these FDs before execve(2).
lib/unicorn/http_server.rb