bryancall commented on issue #9687: URL: https://github.com/apache/trafficserver/issues/9687#issuecomment-4828018814
This is fixed. TS_MILESTONE_CACHE_OPEN_READ_END is now stamped in the terminal cache-open-read handling paths of HttpSM::state_cache_open_read before the state machine advances into cache serving or origin connect, so the milestone is available in time for TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK again. On current master, the hit path sets it before call_transact_and_set_next_state(HandleCacheOpenRead) and the miss path sets it before setup_cache_lookup_complete_api(). The fix shipped in https://github.com/apache/trafficserver/pull/13325, first released in 10.1.3. Closing as resolved. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
