summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tool_operate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c
index 2aebb9ac2..942643290 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -1460,6 +1460,10 @@ static CURLcode single_transfer(struct GlobalConfig *global,
/* new in libcurl 7.64.0 */
my_setopt(curl, CURLOPT_HTTP09_ALLOWED,
config->http09_allowed ? 1L : 0L);
+ if(result) {
+ errorf(global, "HTTP/0.9 is not supported in this build!\n");
+ return result;
+ }
} /* (built_in_protos & CURLPROTO_HTTP) */