# File lib/rack/handler/fastcgi.rb, line 81
      def self.send_body(out, body)
        body.each { |part|
          out.print part
          out.flush
        }
      end