diff options
author | Brad King <brad.king@kitware.com> | 2024-07-24 19:31:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-07-25 15:05:06 (GMT) |
commit | 54c5367320267d5659e5835a87aab2a6b5eb083f (patch) | |
tree | 9f8ba9183d70c68537b257cb9a4e80d54882ecea /Utilities/cmcurl/lib/http1.c | |
parent | 60bd6acfbfdc916a616a713518bc94153c5be0dd (diff) | |
parent | 8defd39611e68f5afe612e9351c6f6b8a19eb5ff (diff) | |
download | CMake-54c5367320267d5659e5835a87aab2a6b5eb083f.zip CMake-54c5367320267d5659e5835a87aab2a6b5eb083f.tar.gz CMake-54c5367320267d5659e5835a87aab2a6b5eb083f.tar.bz2 |
Merge branch 'upstream-curl' into update-curl
* upstream-curl:
curl 2024-07-24 (5040f7e9)
Diffstat (limited to 'Utilities/cmcurl/lib/http1.c')
-rw-r--r-- | Utilities/cmcurl/lib/http1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/http1.c b/Utilities/cmcurl/lib/http1.c index 182234c..d7e21fd 100644 --- a/Utilities/cmcurl/lib/http1.c +++ b/Utilities/cmcurl/lib/http1.c @@ -217,7 +217,7 @@ static CURLcode start_req(struct h1_req_parser *parser, tmp[target_len] = '\0'; /* See if treating TARGET as an absolute URL makes sense */ if(Curl_is_absolute_url(tmp, NULL, 0, FALSE)) { - int url_options; + unsigned int url_options; url = curl_url(); if(!url) { |