bneradt commented on code in PR #12494:
URL: https://github.com/apache/trafficserver/pull/12494#discussion_r2354116390


##########
plugins/esi/combo_handler.cc:
##########
@@ -585,18 +597,21 @@ getClientRequest(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc 
hdr_loc, TSMLoc url_loc,
   int         query_len;
   const char *query = TSUrlHttpQueryGet(bufp, url_loc, &query_len);
 
+  // Get URL string for error reporting.
+  std::string url_string = getUrlString(bufp, url_loc);

Review Comment:
   Good point.



-- 
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]

Reply via email to