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