diff --git a/lib/hostip.c b/lib/hostip.c index 1832bee4d4..2d6f500c66 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -1104,10 +1104,10 @@ CURLcode Curl_loadhostpairs(struct Curl_easy *data) error = false; err: if(error) { - infof(data, "Couldn't parse CURLOPT_RESOLVE entry '%s'!\n", + failf(data, "Couldn't parse CURLOPT_RESOLVE entry '%s'!", hostp->data); Curl_freeaddrinfo(head); - continue; + return CURLE_SETOPT_OPTION_SYNTAX; } /* Create an entry id, based upon the hostname and port */ diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 2b25a92b36..8f98d0b20b 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -234,4 +234,6 @@ test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \ test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \ test3016 \ \ -test3017 test3018 +test3017 test3018 \ +\ +test3019 diff --git a/tests/data/test3019 b/tests/data/test3019 new file mode 100644 index 0000000000..040327828b --- /dev/null +++ b/tests/data/test3019 @@ -0,0 +1,36 @@ + + + +HTTP +HTTP GET +--resolve + + + +# +# Server-side + + + +# +# Client-side + + +http + + +HTTP with invalid --resolve syntax + + +--resolve %HTTPPORT:example.com:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER + + + +# +# Verify data after the test has been "shot" + + +49 + + +