SolidWallOfCode commented on a change in pull request #8049:
URL: https://github.com/apache/trafficserver/pull/8049#discussion_r668314284
##########
File path: proxy/ParentSelection.cc
##########
@@ -126,6 +127,9 @@ ParentConfigParams::findParent(HttpRequestData *rdata,
ParentResult *result, uns
tablePtr->Match(rdata, result);
rec = result->rec;
+ // Set the result url string to store the URL request that initiated this
+ result->url = rdata->get_string();
Review comment:
How do you know this pointer is stable?
--
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]