diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc index a0c496384b7..ce01e2f2064 100644 --- a/proxy/http/HttpTransact.cc +++ b/proxy/http/HttpTransact.cc @@ -2620,8 +2620,7 @@ HttpTransact::HandleCacheOpenReadHitFreshness(State *s) case FRESHNESS_STALE: TxnDebug("http_seq", "[HttpTransact::HandleCacheOpenReadHitFreshness] " "Stale in cache"); - s->cache_lookup_result = HttpTransact::CACHE_LOOKUP_HIT_STALE; - s->is_revalidation_necessary = true; // to identify a revalidation occurrence + s->cache_lookup_result = HttpTransact::CACHE_LOOKUP_HIT_STALE; break; default: ink_assert(!("what_is_document_freshness has returned unsupported code.")); diff --git a/proxy/http/HttpTransact.h b/proxy/http/HttpTransact.h index d770e4039de..b907be44736 100755 --- a/proxy/http/HttpTransact.h +++ b/proxy/http/HttpTransact.h @@ -677,7 +677,6 @@ class HttpTransact HostDBApplicationInfo::HttpVersion updated_server_version = HostDBApplicationInfo::HTTP_VERSION_UNDEFINED; bool force_dns = false; MgmtByte cache_open_write_fail_action = 0; - bool is_revalidation_necessary = false; // Added to check if revalidation is necessary - YTS Team, yamsat ConnectionAttributes client_info; ConnectionAttributes parent_info; ConnectionAttributes server_info;