# File lib/rack/handler/lsws.rb, line 55
55:       def self.send_body(body)
56:         body.each { |part|
57:           print part
58:           STDOUT.flush
59:         }
60:       end