rob05c commented on pull request #7467: URL: https://github.com/apache/trafficserver/pull/7467#issuecomment-781443881
> The parent_result->retry is set when the retry window on a marked down parent elapses. In HttpTransact, if retry is true and the transaction is successful to the parent, HttpTransact will mark the parent up. That’s the only way markParentUp is ever called. Hm, if markParent* is the only thing that's needed for, maybe it can be removed. The markParent* calls aren't done by Core for the Plugin, it does its own markdown entirely self-contained. I'll look over the code, to see if maybe that field can just be removed. ---------------------------------------------------------------- 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]
