class Async::HTTP::Cache::General
def proceed_with_response_cache?(response)
def proceed_with_response_cache?(response) if response.headers.trailer? unless cacheable_response_headers?(response.headers) Console.logger.debug(self, trailer: trailer.keys) {"Cannot cache response with trailer header!"} return false end end return true end