-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(propagation): make baggage header extract case insensitive #11859
fix(propagation): make baggage header extract case insensitive #11859
Conversation
|
Datadog ReportBranch report: ✅ 0 Failed, 87 Passed, 1378 Skipped, 3m 45.43s Total duration (35m 2.1s time saved) |
BenchmarksBenchmark execution time: 2025-01-09 15:35:51 Comparing candidate commit 33a0176 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 394 metrics, 2 unstable metrics. |
update release note to reflect http
Following the WSGI spec, headers shouldn't be case sensitive, therefore baggage, like the other headers we extract, should not be case sensitive.
https://peps.python.org/pep-3333/#environ-variables: "(A reminder for server/gateway authors: HTTP header names are case-insensitive, so be sure to take that into consideration when examining application-supplied headers!)"
Checklist
Reviewer Checklist