w3c / baggage

Propagation format for distributed context: Baggage
https://w3c.github.io/baggage/
Other
46 stars 18 forks source link

Define lower bounds for header limits #89

Closed dyladan closed 2 years ago

dyladan commented 2 years ago

Fixes #65

  1. Remove the current upper bound limits (8192 total bytes, 180 entries, 4096 bytes per entry)
  2. Define the following minimum propagation requirements:
    1. At least 64 entries MUST be propagated
    2. At least 8192 bytes including delimiters MUST be propagated

Provides the following benefits:


Preview | Diff

dyladan commented 2 years ago

Clarified the wording at @kalyanaj suggestion to be clear that if the minimum is not met, all entries should be propagated.

Clarified wording at @SergeyKanzhelev suggestion to be clear that the limit applies to the total of all baggage headers if there are multiple headers.

SergeyKanzhelev commented 2 years ago

As discussed today, merging