# File lib/webrick/httpresponse.rb, line 49
    def status_line
      "HTTP/#@http_version #@status #@reason_phrase #{CRLF}"
    end