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

fix: map headers to lower case to avoid conflicts with forward headers #337

Merged
merged 2 commits into from
May 9, 2024

Conversation

VisargD
Copy link
Collaborator

@VisargD VisargD commented May 7, 2024

Title:

  • fix: map headers to lower case to avoid conflicts with forward headers

Description: (optional)

  • Convert forward_headers keys to lower casing before mapping the final headers object

Motivation: (optional)

  • To resolve conflicts in header names while creating final request header object for a provider

Related Issues: (optional)

@VisargD VisargD merged commit 9fe2de1 into main May 9, 2024
1 check passed
@VisargD VisargD deleted the fix/convert-headers-to-lower-case branch May 9, 2024 06:32
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.

Fix: map request headers to lower case to avoid key name duplications
1 participant