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(server): improve detection of when a Response can have a body #1259

Merged
merged 1 commit into from
Jul 13, 2017

Conversation

seanmonstar
Copy link
Member

By knowing if the incoming Request was a HEAD, or checking for 204 or
304 status codes, the server will do a better job of either adding
or removing Content-Length and Transfer-Encoding headers.

Closes #1257

By knowing if the incoming Request was a HEAD, or checking for 204 or
304 status codes, the server will do a better job of either adding
or removing `Content-Length` and `Transfer-Encoding` headers.

Closes #1257
@seanmonstar seanmonstar merged commit 85c6bec into master Jul 13, 2017
@seanmonstar seanmonstar deleted the head-responses branch July 13, 2017 20:35
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