class Rackup::Stream

def empty?

Whether there are any output chunks remaining?
def empty?
  @output.empty?
end