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