ywkaras commented on code in PR #11653:
URL: https://github.com/apache/trafficserver/pull/11653#discussion_r1705738628
##########
plugins/header_rewrite/operators.cc:
##########
@@ -64,14 +64,17 @@ handleFetchEvents(TSCont cont, TSEvent event, void *edata)
TSWarning("[%s] Successful set-custom-body fetch did not result in any
content", __FUNCTION__);
}
TSHttpTxnReenable(http_txn, TS_EVENT_HTTP_ERROR);
Review Comment:
Don't you need to remove the reenables? Let them be done in
`deferRuleDone()`?
--
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]