Remove set_cloexec wrapper and require FD_CLOEXEC
commit5c5cff9ab839b32d32f762eedc94ab39acde663c
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 18:28:51 +0000 (1 11:28 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 18:28:51 +0000 (1 11:28 -0700)
treeae362fa8c4f0c1bf003aa03f936865f3241f2a2c
parentf1bf2add4bdb0260333ca167c3b9d192c5cc2929
Remove set_cloexec wrapper and require FD_CLOEXEC

FD_CLOEXEC is POSIX and we only run on POSIX.  Things will
slowly leak over time if FD_CLOEXEC is not set, so raise
the issue ASAP.
lib/unicorn.rb
lib/unicorn/socket.rb