This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fa5a4e8ff Cleanup: Remove unused member of CacheLookupInfo (#12239)
2fa5a4e8ff is described below

commit 2fa5a4e8ff7798426d8b6642f9b9e19ebf31ee2d
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue May 13 07:06:59 2025 +0900

    Cleanup: Remove unused member of CacheLookupInfo (#12239)
---
 include/proxy/http/HttpTransact.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/proxy/http/HttpTransact.h 
b/include/proxy/http/HttpTransact.h
index 88779f7a04..a1afaa99c8 100644
--- a/include/proxy/http/HttpTransact.h
+++ b/include/proxy/http/HttpTransact.h
@@ -523,8 +523,6 @@ public:
     HTTPInfo         transform_store;
     CacheDirectives  directives;
     HTTPInfo        *object_read          = nullptr;
-    int              open_read_retries    = 0;
-    int              open_write_retries   = 0;
     CacheWriteLock_t write_lock_state     = CACHE_WL_INIT;
     int              lookup_count         = 0;
     SquidHitMissCode hit_miss_code        = SQUID_MISS_NONE;

Reply via email to