mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
curl: add --proxy-header
This commit is contained in:
parent
fa0a5e6812
commit
4946ea05e2
4 changed files with 13 additions and 1 deletions
|
|
@ -120,6 +120,7 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
curl_slist_free_all(config->prequote);
|
||||
|
||||
curl_slist_free_all(config->headers);
|
||||
curl_slist_free_all(config->proxyheaders);
|
||||
|
||||
if(config->httppost) {
|
||||
curl_formfree(config->httppost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue