mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
parent
b7c9166c4c
commit
b70e8f4b9b
8 changed files with 17 additions and 17 deletions
|
|
@ -1837,7 +1837,7 @@ CURLcode Curl_http_target(struct Curl_easy *data,
|
|||
curl_url_cleanup(h);
|
||||
|
||||
/* target or URL */
|
||||
result = Curl_dyn_add(r, data->set.str[STRING_TARGET]?
|
||||
result = Curl_dyn_add(r, data->set.str[STRING_TARGET] ?
|
||||
data->set.str[STRING_TARGET] : url);
|
||||
free(url);
|
||||
if(result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue