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
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:
config(nobody = TRUE)
VERB("HEAD", "google.com", verbose(TRUE, TRUE, TRUE, TRUE))
will hang out forever or return an error.
The text was updated successfully, but these errors were encountered:
Related to #499
a8992f7
Successfully merging a pull request may close this issue.
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:will hang out forever or return an error.
The text was updated successfully, but these errors were encountered: