You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently propagator works for HTTP since headers are case-insensitive, but it can not be used as-is for, say, RabbitMQ. We have to do .ToLower() when getting or setting the value.
The text was updated successfully, but these errors were encountered:
Bug Report
Currently
BaggagePropagator
works with header calledBaggage
:Specification explicitly states that header name is
baggage
(all lowercase).Currently propagator works for HTTP since headers are case-insensitive, but it can not be used as-is for, say, RabbitMQ. We have to do
.ToLower()
when getting or setting the value.The text was updated successfully, but these errors were encountered: