From ae76db5238494f0a81b63873f759630378b08631 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 4 Mar 2013 11:17:40 +0100 Subject: [PATCH] Typhoeus::Request#cache_key comment updated --- lib/common/typhoeus_cache.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/common/typhoeus_cache.rb b/lib/common/typhoeus_cache.rb index de21de8d..14f65a0a 100644 --- a/lib/common/typhoeus_cache.rb +++ b/lib/common/typhoeus_cache.rb @@ -19,8 +19,7 @@ require 'common/cache_file_store' -# Implementaion of a cache_key (Request:hash cannot be used as such) -# See https://github.com/typhoeus/typhoeus/issues/277 +# Implementaion of a cache_key (Typhoeus::Request#hash has too many options) module Typhoeus class Request module Cacheable