You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/20 17:03:45 UTC

[GitHub] [trafficserver] randall commented on a change in pull request #8443: Add thread safety to PendingAction operations.

randall commented on a change in pull request #8443:
URL: https://github.com/apache/trafficserver/pull/8443#discussion_r732979416



##########
File path: include/tscore/PendingAction.h
##########
@@ -89,22 +91,30 @@ PendingAction::empty() const
 inline PendingAction &
 PendingAction::operator=(Action *action)
 {
-  // Apparently HttpSM depends on not canceling the previous action if anew
+  // Apparently @c HttpSM depends on not canceling the previous action if a new
   // one completes immediately. Canceling the contained action in that case
-  // cause the HttpSm to permanently stall.
+  // cause the @c HttpSMN to permanently stall.

Review comment:
       HttpSMN ?




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