Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions specification/context/env-carriers.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ environment-specific `Get` operation MUST normalize the requested key to
read a non-normalized environment variable named `x-b3-traceid`, even though
that name normalizes to `X_B3_TRACEID`.

> [!NOTE]
> On platforms with case-insensitive environment variable lookup, such as
> Windows, the platform lookup performed by `Get` may match an environment
> variable whose name differs from the normalized key only by case. For example,
> if a Windows process environment contains `traceparent`, reading the
> normalized key `TRACEPARENT` may return the value of `traceparent`.

> [!NOTE]
> This normalization is consistent with the environment variable naming rules
> defined in [POSIX.1-2024](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html).
Expand Down
Loading