# File lib/mongrel.rb, line 506 506: def done=(val) 507: @status_sent = true 508: @header_sent = true 509: @body_sent = true 510: end