class Rack::Handler::FastCGI

def self.send_body(out, body)

def self.send_body(out, body)
  body.each { |part|
    out.print part
    out.flush
  }
end