summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorbabenko <[email protected]>2026-04-20 10:52:23 +0300
committerbabenko <[email protected]>2026-04-20 11:29:17 +0300
commitf97aaa37fb4741508a520a1dfed1d6d65a9275e6 (patch)
treee43adef474b49fd48097282f055cf89fba5e7f70 /library/cpp
parent07606a65bc35df5a2c357217e9e76290792e20b2 (diff)
Fix traceparent version field parsed as decimal instead of hex
The W3C Trace Context spec defines the `traceparent` version field as a two-hex-digit value. Parsing it with base 10 works today since the only defined version is `"00"`, but would silently fail for any future version with a hex digit (e.g. `"0a"`). Changed to base 16. commit_hash:728c9e606ac373eef0f2650f9acb97890efbad04
Diffstat (limited to 'library/cpp')
0 files changed, 0 insertions, 0 deletions