Commit feb6b644 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Giaslas Georgios's Host: over proxy fix

parent 0b57fa9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */