-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
The W3C Correlation-Context proposed standard was renamed to "baggage". As part of that rename, the header was renamed from Correlation-Context
to baggage
.
The details of the spec are in public working draft, which remain the same as Correlation-Context
except with the header name change.
Since this is a potentially breaking change (server may be expecting the legacy name Correlation-Context
, either this can be a clean break (remove/rename Correlation-Context
to baggage
), or it can be done in phases:
- Populate both headers with same value
- Remove legacy header name/value
Related: dotnet/aspnetcore#28319
KalleOlaviNiemitalo, pellared, lmolkova and julealgon
Metadata
Metadata
Assignees
Labels
area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions