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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]