# File lib/typhoeus/easy.rb, line 122
    def timed_out?
      @timeout && total_time_taken > @timeout && response_code == 0
    end