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

Perhaps ChttpDo should not modify method #53

Open
flimzy opened this issue Sep 16, 2018 · 0 comments
Open

Perhaps ChttpDo should not modify method #53

flimzy opened this issue Sep 16, 2018 · 0 comments

Comments

@flimzy
Copy link
Member

flimzy commented Sep 16, 2018

At present, if the requester doesn't want the body, a GET is turned into a HEAD. Is this proper? Maybe it should still do a GET, and just discard the body.

At minimum, the downgrade could confuse certain debugging outputs, where one requests headers, but output to /dev/null, for example, but still wants to see a GET request

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

No branches or pull requests

1 participant