# File lib/typhoeus/response.rb, line 53
    def status_message
      # http://rubular.com/r/eAr1oVYsVa
      @status_message ||= first_header_line ? first_header_line[/\d{3} (.*)$/, 1].chomp : nil
    end