From 199c1d720d29465527b1ff8bb4dfed7864a65c5f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Jan 2024 10:43:24 +0100 Subject: [PATCH] http: remove comment reference to a removed solution Follow-up to 58974d25d Closes #12785 --- lib/http.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.47.3