remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=
commit682c9ffa365a2cf5439845be6e0e693d352cfe94
authorEric Wong <e@80x24.org>
Thu, 5 Feb 2015 17:17:42 +0000 (5 17:17 +0000)
committerEric Wong <e@80x24.org>
Thu, 5 Feb 2015 17:20:45 +0000 (5 17:20 +0000)
treec0389bed923f7a352c8bad710ab9d164b25c9f50
parent28bb0e47541e49f36b96725732f7a7ae260bd5e9
remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=

We're requiring Ruby 1.9.3+, so we can safely depend
on IO#autoclose= being available in 1.9+ and shave off
some bloat.
lib/unicorn/http_server.rb
lib/unicorn/socket_helper.rb