c-taylor commented on PR #12970:
URL: https://github.com/apache/trafficserver/pull/12970#issuecomment-4059061398
I'm going to abandon this.
```
2. But — this means the WKS index must remain stable across restarts.
Since WKS indices are assigned at compile time
based on a static table in HdrToken.cc, and the xdebug entry is being
added to that static table, the index will be
consistent as long as the same binary is used.
3. A cache format concern would arise if you changed the WKS table
(added/removed/reordered entries) between builds —
cached objects from an older binary could have stale m_wks_idx values. But
this is a pre-existing concern for all WKS
entries, not specific to this 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]