-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(headers): always send lowercase headers and strip undefined (BREA…
…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.
- Loading branch information
1 parent
045ee74
commit 4ea159f
Showing
2 changed files
with
72 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters