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

Check for config(nobody = TRUE) in the VERB method #478

Closed
JhossePaul opened this issue Sep 3, 2017 · 1 comment
Closed

Check for config(nobody = TRUE) in the VERB method #478

JhossePaul opened this issue Sep 3, 2017 · 1 comment
Labels
feature a feature request or enhancement

Comments

@JhossePaul
Copy link

t would be really useful to check for config(nobody = TRUE) for verbs that do not require a body, like HEAD, because a simple code like this:

VERB("HEAD", "google.com", verbose(TRUE, TRUE, TRUE, TRUE))

will hang out forever or return an error.

@hadley hadley added the feature a feature request or enhancement label Nov 22, 2018
@hadley
Copy link
Member

hadley commented Nov 22, 2018

Related to #499

@hadley hadley closed this as completed in a8992f7 Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants