]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_HEADEROPT: added
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2014 22:37:29 +0000 (23:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Apr 2014 15:03:43 +0000 (17:03 +0200)
commitef6be35bae1fe501fecd9a2a21eb5d03ddff4243
treebb92bc620a0d852ed0084c353780763ee3fa73a2
parentac887eedbc17a0d78b11ff467858c76a5127d1f4
CURLOPT_HEADEROPT: added

Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER
is actually used or not.
docs/libcurl/curl_easy_setopt.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/http.c
lib/url.c
lib/urldata.h
tests/data/test1525
tests/libtest/lib1525.c
tests/libtest/lib1526.c