SolidWallOfCode opened a new pull request #8423:
URL: https://github.com/apache/trafficserver/pull/8423


   `PendingAction` is a class used in `HttpSM` to safely tracking pending 
actions. This is generally useful. In particular there is a race condition in 
`PluginVC` which should be fixed by using this class.
   
   In addition to promoting this out of "HttpSM.h" for general use, the 
implementation has been adjusted for greater thread safety. Multiple threads 
can safely assign to the instance, with the guarantee that all actions except 
the one stored in the instance have been canceled.


-- 
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]


Reply via email to