masaori335 opened a new pull request, #12193:
URL: https://github.com/apache/trafficserver/pull/12193

   `HttpCacheSM::pending_action` is used in 3 ways.
   
   1. Read Retry Event
   
https://github.com/apache/trafficserver/blob/561771b1bad4221631c655d9b443df849b1aeccf/src/proxy/http/HttpCacheSM.cc#L295-L300
   
   2. Action from `cacheProcessor.open_read`
   
https://github.com/apache/trafficserver/blob/561771b1bad4221631c655d9b443df849b1aeccf/src/proxy/http/HttpCacheSM.cc#L313-L317
   
   3. Action from `cacheProcessor.open_write` 
   
https://github.com/apache/trafficserver/blob/561771b1bad4221631c655d9b443df849b1aeccf/src/proxy/http/HttpCacheSM.cc#L409-L413
   
   This PR decouples the 1. Read Retry Event from others because it schedules 
an event to `HttpCacheSM` itself, so it's better to track the event by 
`HttpCacheSM`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to