bneradt opened a new pull request, #12734:
URL: https://github.com/apache/trafficserver/pull/12734

   Introduce TSConfigStringPreconvert() and
   TSHttpTxnConfigPreconvertedValueSet() to allow plugins to parse string 
configuration values once at load time rather than on every transaction. This 
eliminates repeated parsing overhead for configs like 
proxy.config.hostdb.ip_resolve and
   proxy.config.http.negative_caching_list when applied via conf_remap. The API 
supports nullptr to represent NULL/unset values distinct from empty strings.
   
   Fixes: #12292
   
   ---
   
   Marking as a draft while I send an email to the dev mailing list about the 
new API.


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