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

Do not suppress Content-Length on partial hijack (fixes #710) #711

Merged
merged 1 commit into from
Jun 10, 2015
Merged

Do not suppress Content-Length on partial hijack (fixes #710) #711

merged 1 commit into from
Jun 10, 2015

Conversation

julik
Copy link
Contributor

@julik julik commented Jun 8, 2015

The partial hijack API does not mandate that the server
handler will be removing any headers from the response, so if
the app has set a Content-Length header it should be kept intact.

Closes #710

The partial hijack API does not mandate that the server
handler will be removing any headers from the response, so if
the app has set a Content-Length header it should be kept intact.
evanphx added a commit that referenced this pull request Jun 10, 2015
Do not suppress Content-Length on partial hijack (fixes #710)
@evanphx evanphx merged commit 4f94a54 into puma:master Jun 10, 2015
@julik
Copy link
Contributor Author

julik commented Jun 10, 2015

❤️

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