mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
CURLOPT_HEADEROPT: added
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not.
This commit is contained in:
parent
ac887eedbc
commit
ef6be35bae
9 changed files with 59 additions and 28 deletions
|
|
@ -1467,6 +1467,7 @@ struct UserDefined {
|
|||
struct curl_slist *headers; /* linked list of extra headers */
|
||||
struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */
|
||||
struct curl_httppost *httppost; /* linked list of POST data */
|
||||
bool sep_headers; /* handle host and proxy headers separately */
|
||||
bool cookiesession; /* new cookie session? */
|
||||
bool crlf; /* convert crlf on ftp upload(?) */
|
||||
struct curl_slist *quote; /* after connection is established */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue