mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
*cool* fix by Bjrn Stenberg, makes proxy transfers work better...! :-)
This commit is contained in:
parent
28027c2aa2
commit
8a9098a36c
1 changed files with 1 additions and 0 deletions
|
|
@ -1566,6 +1566,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
/* we have a proxy here to set */
|
||||
data->change.proxy = proxy;
|
||||
data->change.proxy_alloc=TRUE; /* this needs to be freed later */
|
||||
conn->bits.httpproxy = TRUE;
|
||||
}
|
||||
} /* if (!nope) - it wasn't specified non-proxy */
|
||||
} /* NO_PROXY wasn't specified or '*' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue