c-taylor commented on code in PR #12970:
URL: https://github.com/apache/trafficserver/pull/12970#discussion_r2934410114
##########
src/proxy/hdrs/HdrToken.cc:
##########
@@ -128,7 +129,10 @@ const char *const _hdrtoken_strs[] = {
"zstd",
// RFC-9213 Targeted Cache Control
- "CDN-Cache-Control"};
+ "CDN-Cache-Control",
+
+ // xdebug plugin header (cmake-configurable via XDEBUG_HEADER)
+ TS_XDEBUG_HEADER_NAME};
Review Comment:
Checking this out; This isn't worth a disk representation change.
--
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]