This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit dcfb731b67b35b02dc1058e8d9ec4d150800b884 Author: Masaori Koshiba <[email protected]> AuthorDate: Tue Apr 22 07:15:47 2025 +0900 Fix openDirEntry leak (#12205) (cherry picked from commit d66dafb41a812c18abc4d4d7a12de4d6abd16ef0) --- 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; } //////////////////////////////////////////////////////////////////////////
