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 d66dafb41a Fix openDirEntry leak (#12205)
d66dafb41a is described below
commit d66dafb41a812c18abc4d4d7a12de4d6abd16ef0
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Apr 22 07:15:47 2025 +0900
Fix openDirEntry leak (#12205)
---
src/proxy/http/HttpCacheSM.cc | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/proxy/http/HttpCacheSM.cc b/src/proxy/http/HttpCacheSM.cc
index bcf1041fce..3a53bde032 100644
--- a/src/proxy/http/HttpCacheSM.cc
+++ b/src/proxy/http/HttpCacheSM.cc
@@ -69,15 +69,6 @@ void
HttpCacheSM::reset()
{
captive_action.reset();
-
- open_read_tries = 0;
- open_write_tries = 0;
- open_write_start = 0;
-
- lookup_max_recursive = 0;
- current_lookup_level = 0;
-
- err_code = 0;
}
//////////////////////////////////////////////////////////////////////////