From 6d74d393d46d2627396960996d70f1677dd92024 Mon Sep 17 00:00:00 2001 From: Brian Olsen Date: Tue, 18 Jan 2022 15:04:07 +0000 Subject: [PATCH] fix for collapsed forwarding ink_abort for CacheHitFresh fail --- proxy/http/HttpSM.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc index 20b03c2d806..5a03261174a 100644 --- a/proxy/http/HttpSM.cc +++ b/proxy/http/HttpSM.cc @@ -4743,6 +4743,9 @@ HttpSM::do_cache_lookup_and_read() // ink_assert(server_txn == NULL); ink_assert(pending_action.empty()); + t_state.request_sent_time = UNDEFINED_TIME; + t_state.response_received_time = UNDEFINED_TIME; + HTTP_INCREMENT_DYN_STAT(http_cache_lookups_stat); milestones[TS_MILESTONE_CACHE_OPEN_READ_BEGIN] = Thread::get_hrtime();