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: readTrailer didn't evaluate header names by case-insensitive #4902

Merged
merged 3 commits into from
May 29, 2020

Conversation

keroxp
Copy link
Contributor

@keroxp keroxp commented Apr 26, 2020

readTrailers() throws Undeclared trailer field if field name declared in trailer and actual field in trailer part is different in case-sensitive mode.

trailer: Deno, Node
...
deno: land
node: js

@bartlomieju bartlomieju added this to the std/0.53.0 milestone May 21, 2020
@bartlomieju bartlomieju removed this from the std/0.53.0 milestone May 29, 2020
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @keroxp

@bartlomieju bartlomieju merged commit b97459b into denoland:master May 29, 2020
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