mirror of
https://github.com/curl/curl.git
synced 2026-07-02 18:27:20 +03:00
Giaslas Georgios's Host: over proxy fix
This commit is contained in:
parent
0b57fa9c51
commit
feb6b6445e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue