mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
Ingo Wilken's redirect fixes
This commit is contained in:
parent
dc6da007ad
commit
fef1fc0d32
2 changed files with 7 additions and 0 deletions
|
|
@ -910,6 +910,7 @@ CURLcode Curl_perform(CURL *curl)
|
|||
|
||||
/* TBD: set the URL with curl_setopt() */
|
||||
data->url = newurl;
|
||||
newurl = NULL; /* don't free! */
|
||||
|
||||
data->bits.urlstringalloc = TRUE; /* the URL is allocated */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue