Skip to content

fix(headers): always send lowercase headers and strip undefined (BREAKING in rare cases)#69

Merged
stainless-bot merged 1 commit intonextfrom
fix-headers-always-send-lowercas
Jan 4, 2024
Merged

fix(headers): always send lowercase headers and strip undefined (BREAKING in rare cases)#69
stainless-bot merged 1 commit intonextfrom
fix-headers-always-send-lowercas

Conversation

@stainless-bot
Copy link
Copy Markdown
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 merged commit b05815f 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 4, 2024
…KING in rare cases) (#69)

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.

1 participant