Skip to content
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

aws/request: Fixes WithSetRequestHeaders key added to header map directly #4372

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Apr 22, 2022

Addresses an issue where the header keys being added were being added
directly to the header map, and did not have the canonical header casing
applied. This introduced bugs where instead of overwriting existing
header key, it added another map entry.

@jasdel jasdel requested a review from skmcgrail April 22, 2022 22:26
…ectly

Addresses an issue where the header keys being added were being added
directly to the header map, and did not have the canonical header casing
applied. This introduced bugs where instead of overwriting existing
header key, it added another map entry.
@jasdel jasdel force-pushed the fixup/WithRequestHeaderUtil branch from a849e78 to 6a3c392 Compare April 22, 2022 22:27
@jasdel jasdel merged commit 181965c into aws:main Apr 25, 2022
@jasdel jasdel deleted the fixup/WithRequestHeaderUtil branch April 25, 2022 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants