zwoop commented on a change in pull request #7516:
URL: https://github.com/apache/trafficserver/pull/7516#discussion_r575512431
##########
File path: plugins/header_rewrite/parser.cc
##########
@@ -244,6 +244,14 @@ Parser::cond_is_hook(TSHttpHookID &hook) const
hook = TS_REMAP_PSEUDO_HOOK;
return true;
}
+ if ("TXN_START_HOOK" == _op) {
Review comment:
I don't remember how we deal with things like this, but this hook would
not be viable when invoked as a remap plugin. TXN_START happens before that;
meaning, this can only be used when running header_rewrite as a global plugin.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]