# File lib/puma/client.rb, line 209 def eagerly_finish return true if @ready return false unless IO.select([@to_io], nil, nil, 0) try_to_finish end