From: Daniel Stenberg Date: Thu, 25 Jan 2024 09:43:24 +0000 (+0100) Subject: http: remove comment reference to a removed solution X-Git-Tag: curl-8_6_0~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=199c1d720d29465527b1ff8bb4dfed7864a65c5f;p=thirdparty%2Fcurl.git http: remove comment reference to a removed solution Follow-up to 58974d25d Closes #12785 --- diff --git a/lib/http.c b/lib/http.c index 6cb0a10b80..90f489d7ab 100644 --- a/lib/http.c +++ b/lib/http.c @@ -2280,9 +2280,7 @@ CURLcode Curl_http_target(struct Curl_easy *data, return CURLE_OUT_OF_MEMORY; } } - /* Extract the URL to use in the request. Store in STRING_TEMP_URL for - clean-up reasons if the function returns before the free() further - down. */ + /* Extract the URL to use in the request. */ uc = curl_url_get(h, CURLUPART_URL, &url, CURLU_NO_DEFAULT_PORT); if(uc) { curl_url_cleanup(h);