You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "masaori335 (via GitHub)" <gi...@apache.org> on 2023/11/01 06:27:54 UTC

[PR] Remove dependency of ProxyMutex from rand_CacheKey [trafficserver]

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

   The `rand_CacheKey` takes `Ptr<ProxyMutex> &` as second argument, but the function does nothing with the mutex.
   What the function need is access to the random number generator of the EThread.


-- 
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-unsubscribe@trafficserver.apache.org

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


Re: [PR] Remove dependency of ProxyMutex from rand_CacheKey [trafficserver]

Posted by "masaori335 (via GitHub)" <gi...@apache.org>.
masaori335 merged PR #10705:
URL: https://github.com/apache/trafficserver/pull/10705


-- 
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-unsubscribe@trafficserver.apache.org

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