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

HEAD request drops the body of the response. #294

Merged
merged 1 commit into from Jul 8, 2013
Merged

HEAD request drops the body of the response. #294

merged 1 commit into from Jul 8, 2013

Conversation

fcuny
Copy link
Contributor

@fcuny fcuny commented Jul 6, 2013

For a HEAD request, the body of the response should be empty (''). By
implementing an 'around' modifier to the 'dispath' method, we can drop
the body if the request is HEAD.

The reason to use an 'around' modifier in this case, is that the
Content-Length head should contains the correct lenght of the response.

Closes #286.

For a HEAD request, the body of the response should be empty ('').  By
implementing an 'around' modifier to the 'dispath' method, we can drop
the body if the request is HEAD.

The reason to use an 'around' modifier in this case, is that the
Content-Length head should contains the correct lenght of the response.

Closes #286.
sukria added a commit that referenced this pull request Jul 8, 2013
HEAD request drops the body of the response.
@sukria sukria merged commit 4c6d8fa into PerlDancer:devel Jul 8, 2013
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