use IO#wait instead of kgio_wait_readable
commit10f31bcbb901c160f65f98f07e43a33d1728bfda
authorEric Wong <e@80x24.org>
Fri, 1 Jun 2018 08:28:22 +0000 (1 08:28 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Jul 2018 17:11:54 +0000 (23 17:11 +0000)
tree8d63afa114a5878e0f28ff28855ad69dda7e0fb6
parent440dd1ff1b8b63813998261d5d836b74b69a4109
use IO#wait instead of kgio_wait_readable

Slowly reducing dependencies on kgio.  'io/wait' is required by
'socket' these days, so it's no extra relocations for .so
loading, either.
lib/unicorn.rb
lib/unicorn/http_server.rb