zwoop opened a new pull request, #12155: URL: https://github.com/apache/trafficserver/pull/12155
This does a few things: 1. It adds a few top level symbols, polluting the name space with client, server and urls. 2. Adds a few convenience macros, again populated in the top level name space 3. Cleans up some code as needed. These new symbols and macros are not in the normal name space, for now at least. They are instead activated by adding this to the absolute beginning of any Cripts that wants to use them: ``` #define CRIPT_CONVENIENCE_APIS 1 ``` -- 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]
