]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_COOKIE.3: Explain that the cookies won't be modified
authorJay Satiro <raysatiro@yahoo.com>
Sun, 24 May 2015 23:01:13 +0000 (19:01 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 24 May 2015 23:01:13 +0000 (19:01 -0400)
commit96c0164b8871d36eeaafdfc99b1a9bea2b83657e
treeab2d8736c182e57bac6449da7190e6ff7c81928d
parent4bef1c7bf44041a591f20cab53d0936810d90b9e
CURLOPT_COOKIE.3: Explain that the cookies won't be modified

The CURLOPT_COOKIE doc says it "sets the cookie header explicitly in the
outgoing request(s)." However there seems to be some user confusion
about cookie modification. Document that the cookies set by this option
are not modified by the cookie engine.

Bug: http://curl.haxx.se/mail/lib-2015-05/0115.html
Reported-by: Alexander Dyagilev
docs/libcurl/opts/CURLOPT_COOKIE.3