mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
http: remove comment reference to a removed solution
Follow-up to 58974d25d
Closes #12785
This commit is contained in:
parent
1c550b17eb
commit
199c1d720d
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue