http: remove comment reference to a removed solution

Follow-up to 58974d25d

Closes #12785
This commit is contained in:
Daniel Stenberg 2024-01-25 10:43:24 +01:00
parent 1c550b17eb
commit 199c1d720d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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);