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(headers): always send lowercase headers and strip undefined (BREAKING in rare cases) #608

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

stainless-bot
Copy link
Collaborator

BREAKING: If you previously sent My-Header: foo and my-header: bar,
both would get sent. Now, only one will.
If you previously sent My-Header: undefined, it would send as such.
Now, the header will not be sent.

…KING in rare cases)

BREAKING: If you previously sent `My-Header: foo` and `my-header: bar`,
both would get sent. Now, only one will.

If you previously sent `My-Header: undefined`, it would send as such.
Now, the header will not be sent.
@stainless-bot stainless-bot requested a review from a team as a code owner January 4, 2024 21:05
@stainless-bot stainless-bot merged commit 4ea159f into next Jan 4, 2024
@stainless-bot stainless-bot deleted the fix-headers-always-send-lowercas branch January 4, 2024 21:05
@stainless-bot stainless-bot mentioned this pull request Jan 4, 2024
stainless-bot added a commit that referenced this pull request Jan 9, 2024
…KING in rare cases) (#608)

BREAKING: If you previously sent `My-Header: foo` and `my-header: bar`,
both would get sent. Now, only one will.
If you previously sent `My-Header: undefined`, it would send as such.
Now, the header will not be sent.
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.

None yet

1 participant