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