Eliminate the additional internal copy of the "pristine" URL string
-------------------------------------------------------------------
Key: TS-1081
URL: https://issues.apache.org/jira/browse/TS-1081
Project: Traffic Server
Issue Type: Improvement
Components: HTTP
Reporter: Leif Hedstrom
Assignee: Leif Hedstrom
Fix For: 3.1.2
We have (at least) two copies of the pristine URL in the code. One is the
actual URL object (as used by the APIs), and one is a string reference to the
URL (char*). The latter is only used in a couple of places, primarily when the
<cquuc> tag is used in a custom log format. I propose that we eliminate this
additional string version of the pristine URL entirely.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira