jasmine-nahrain commented on code in PR #11658: URL: https://github.com/apache/trafficserver/pull/11658#discussion_r1710569451
########## plugins/header_rewrite/operator.h: ########## @@ -55,17 +56,22 @@ class Operator : public Statement OperModifiers get_oper_modifiers() const; void initialize(Parser &p) override; - void + // Returns number of executed operators that need to defer call to TSHttpTxnReenable(). It is a fatal error if this + // returns more than 1. Review Comment: Maybe add a comment specifying that if another rule gets created that needs to be deferred, issue #11549 should be revisited. -- 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]
