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 whitespace handling and concatenation order in headers #372

Merged
merged 2 commits into from Jun 5, 2015

Conversation

edwintorok
Copy link
Contributor

Cohttp concatenated header values in reverse order, with this patch we have the correct order.

See rfc7230#section-3.2
For example adobe.com sometimes sends headers with trailing whitespace
@rgrinberg
Copy link
Member

💯

rgrinberg added a commit that referenced this pull request Jun 5, 2015
Fix whitespace handling and concatenation order in headers
@rgrinberg rgrinberg merged commit e7ecd60 into mirage:master Jun 5, 2015
@edwintorok edwintorok deleted the fix-headers branch June 5, 2015 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.

None yet

2 participants