Skip to content

Commit 08e0dce

Browse files
must->should for keys mutation fix up (#479)
1 parent 859f549 commit 08e0dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/20-http_header_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Vendors MUST NOT make any other mutations to the `traceparent` header.
355355

356356
## Mutating the tracestate Field
357357

358-
Vendors receiving a `tracestate` request header MUST send it to outgoing requests. It MAY mutate the value of this header before passing to outgoing requests. When mutating `tracestate`, the order of unmodified key/value pairs MUST be preserved. Modified keys MUST be moved to the beginning (left) of the list.
358+
Vendors receiving a `tracestate` request header MUST send it to outgoing requests. It MAY mutate the value of this header before passing to outgoing requests. When mutating `tracestate`, the order of unmodified key/value pairs MUST be preserved. Modified keys SHOULD be moved to the beginning (left) of the list.
359359

360360
Following are allowed mutations:
361361

0 commit comments

Comments
 (0)