# File lib/mongrel/http_response.rb, line 103 def send_body if not @body_sent @body.rewind write(@body.read) @body_sent = true end end