mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
Giaslas Georgios's Host: over proxy fix
This commit is contained in:
parent
0b57fa9c51
commit
feb6b6445e
@ -1984,6 +1984,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
||||
|
||||
/* we need these pointers if we speak over a proxy */
|
||||
conn->hostname = old_conn->gname;
|
||||
conn->name = old_conn->name;
|
||||
|
||||
free(conn->path); /* free the previously allocated path pointer */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user