curl: add --proxy-header

This commit is contained in:
Maciej Puzio 2014-02-04 23:48:16 +01:00 committed by Daniel Stenberg
parent fa0a5e6812
commit 4946ea05e2
4 changed files with 13 additions and 1 deletions

View file

@ -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);