SolidWallOfCode opened a new pull request, #10941: URL: https://github.com/apache/trafficserver/pull/10941
As part of [TS-2344](https://issues.apache.org/jira/browse/TS-2344) this was tweaked to use an `Arena` temporary to avoid using the heap. However, that doesn't actually avoid copying the URL into the heap (see implementation of `url_string_get`). If the heap will be used regardless, might as well avoid the `Arena`. -- 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]
