mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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 */
|
/* we need these pointers if we speak over a proxy */
|
||||||
conn->hostname = old_conn->gname;
|
conn->hostname = old_conn->gname;
|
||||||
|
conn->name = old_conn->name;
|
||||||
|
|
||||||
free(conn->path); /* free the previously allocated path pointer */
|
free(conn->path); /* free the previously allocated path pointer */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user