quiet possible IOError from SIGUSR1 (reopen logs)
commit7688fe59a8a80f473b276aa1ab01ff24cab6a653
authorEric Wong <normalperson@yhbt.net>
Tue, 13 Dec 2011 06:04:51 +0000 (13 06:04 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 13 Dec 2011 06:04:51 +0000 (13 06:04 +0000)
treea1dbd7b2c64ceee79c6568aa86768e7841364d87
parent2cc0db7761ee4286c5ccbc48395c70c41d402119
quiet possible IOError from SIGUSR1 (reopen logs)

It's possible for a SIGUSR1 signal to be received in the
worker immediately before calling IO.select.  In that case,
do not clutter logging with IOError and just process the
reopen log request.
lib/unicorn/http_server.rb