stream_response_epoll: fix for unicorn 4.3.x
commitbbd55c8bcd0d2833c99a2c23856ff07be7f46f9a
authorEric Wong <normalperson@yhbt.net>
Wed, 9 May 2012 02:18:08 +0000 (9 02:18 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 9 May 2012 02:18:08 +0000 (9 02:18 +0000)
tree2e02524ffed199460cf3ac0d72b7869bdb94c09e
parent9573d9bc6c63aced28300a9d7346b5575eed8b7d
stream_response_epoll: fix for unicorn 4.3.x

unicorn 4.3.x now calls shutdown() explicitly on the socket,
so we can't just rely on a dup()-ed FD to keep a socket around.
lib/rainbows/stream_response_epoll.rb
lib/rainbows/stream_response_epoll/client.rb