From feb6b6445ee7ad619dbae742b3f81ebe4011faa6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Feb 2002 11:17:37 +0000 Subject: [PATCH] Giaslas Georgios's Host: over proxy fix --- lib/url.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/url.c b/lib/url.c index c26f2a1990f8ee..fc2031c943742e 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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 */