# File lib/mongrel/http_response.rb, line 155 def done=(val) @status_sent = true @header_sent = true @body_sent = true end