class Rackup::Handler::CGI

def self.send_body(body)

def self.send_body(body)
  body.each { |part|
    $stdout.print part
    $stdout.flush
  }
end