diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-17 11:17:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-17 11:17:37 +0000 |
commit | feb6b6445ee7ad619dbae742b3f81ebe4011faa6 (patch) | |
tree | dce48f136a480c1a8d855c13767fc508e6ccd8df | |
parent | 0b57fa9c515b6e0cc8b592e8538bab4b35fcb23e (diff) |
Giaslas Georgios's Host: over proxy fix
-rw-r--r-- | lib/url.c | 1 |
1 files changed, 1 insertions, 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 */ |