Sends the status to the client without closing the connection.
content_length<Fixnum> |
The length of the content. Defaults to body length. |
# File lib/merb-core/rack/handler/mongrel.rb, line 9 def send_status_no_connection_close(content_length=@body.length) unless @status_sent write(NO_CLOSE_STATUS_FORMAT % [@status, Mongrel::HTTP_STATUS_CODES[@status]]) @status_sent = true end end
Generated with the Darkfish Rdoc Generator 2.