JosiahWI commented on code in PR #13262: URL: https://github.com/apache/trafficserver/pull/13262#discussion_r3408251292
########## src/tscore/Diags.cc: ########## @@ -320,8 +314,9 @@ Diags::print_va(const char *debug_tag, DiagsLevel diags_level, const SourceLocat // // This routine inquires if a particular <tag> in the tag table of // type <mode> is activated, returning true if it is, false if it -// isn't. If <tag> is nullptr, true is returned. The call uses a lock -// to get atomic access to the tag tables. +// isn't. If <tag> is nullptr, true is returned. The active regex +// pointer is snapshotted under tag_table_lock; regex execution runs Review Comment: Ignoring -- 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]
