]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: remove comment reference to a removed solution
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 09:43:24 +0000 (10:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 10:26:23 +0000 (11:26 +0100)
Follow-up to 58974d25d

Closes #12785

lib/http.c

index 6cb0a10b80d4661bae556f577eb8ca4b2eb49cc8..90f489d7ab8dba148c88be13eaedf8a79df8963d 100644 (file)
@@ -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);