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
opts.RequestHeaders here contains ["X-Correlation-Id", "Header1", "Header2]". Effectively, the configured values are appended instead of overwriting the default value.
Expected
The RequestHeaders to only contain the configured values ["Header1", "Header2"]
The text was updated successfully, but these errors were encountered:
When binding
CorrelateOptions
via env var or JSON, it is not correctly 'overwriting' the default value.Actual
opts.RequestHeaders
here contains["X-Correlation-Id", "Header1", "Header2]"
. Effectively, the configured values are appended instead of overwriting the default value.Expected
The
RequestHeaders
to only contain the configured values["Header1", "Header2"]
The text was updated successfully, but these errors were encountered: