mirror of
https://github.com/curl/curl.git
synced 2026-05-15 18:46:19 +03:00
parent
caf92a57b0
commit
c0a9f905e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,7 +1446,7 @@ static CURLcode single_transfer(struct GlobalConfig *global,
|
|||
/* new in libcurl 7.36.0 */
|
||||
if(config->proxyheaders) {
|
||||
my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders);
|
||||
my_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_SEPARATE);
|
||||
my_setopt(curl, CURLOPT_HEADEROPT, (long)CURLHEADER_SEPARATE);
|
||||
}
|
||||
|
||||
/* new in libcurl 7.5 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue