Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: J. Kalyana Sundaram <[email protected]>
  • Loading branch information
dyladan and kalyanaj authored Apr 1, 2024
1 parent 2ae93ac commit d28c54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baggage/HTTP_HEADER_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Leading and trailing whitespaces (`OWS`) are allowed and are not considered to b

<aside class="note">

Though the baggage header is a [[UTF-8]] encoded [[UNICODE]] string, due to the implementation details of stable implementations prior to the writing of this specification `key` is limited to the [=ASCII code points=] allowed by the definition of token in [[RFC7230]].
Though the baggage header is a [[UTF-8]] encoded [[UNICODE]] string, `key` is limited to the [=ASCII code points=] allowed by the definition of token in [[RFC7230]]. This is due to the implementation details of stable implementations prior to the writing of this specification.

</aside>

Expand All @@ -75,7 +75,7 @@ MUST NOT assume that the equal sign is only used to separate `key` and `value`.

<aside class="note">

Though the baggage header is a [[UTF-8]] encoded [[UNICODE]] string, due to the implementation details of stable implementations prior to the writing of this specification `value` is limited to the [=ASCII code points=] of `baggage-octet`.
Though the baggage header is a [[UTF-8]] encoded [[UNICODE]] string, `value` is limited to the [=ASCII code points=] of `baggage-octet`. This is due to the implementation details of stable implementations prior to the writing of this specification.

</aside>

Expand Down

0 comments on commit d28c54f

Please sign in to comment.