SolidWallOfCode opened a new pull request, #10947: URL: https://github.com/apache/trafficserver/pull/10947
The use of an arena temporary creates complexity for no gain. It might appear to avoid putting a cached copy of the URL string on the heap, but that copy still happens. The longer term fix is to a cleaner interface for printing in to an arena rather than the quite convoluted current mechanisms. -- 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]
