Index: curl-7.74.0/lib/setopt.c =================================================================== --- curl-7.74.0/lib/setopt.c +++ curl-7.74.0/lib/setopt.c 2022-10-27 10:40:19.960777874 +0200 @@ -626,6 +626,7 @@ } else data->set.method = HTTPREQ_GET; + data->set.upload = FALSE; break; case CURLOPT_HTTPPOST: