Order of tracestate doesn't align with w3c specification #1431
xuan-cao-swi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on the specification of W3C recommendation here, it states that: Update an existing value. The value for any given key can be updated. Modified keys SHOULD be moved to the beginning (left) of the list.
The current implementation of tracestate seems only append new value to last and the modified key won't change the position to beginning. Here is the python reference; not sure if this is on the roadmap, or it's not priority.
Beta Was this translation helpful? Give feedback.
All reactions