mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
and then set it to NULL in a subsequent one, the previous cookie was still sent off!
This commit is contained in:
parent
780652e5b6
commit
23f8692058
4
CHANGES
4
CHANGES
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Daniel (4 October)
|
Daniel (4 October)
|
||||||
|
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
|
||||||
|
and then set it to NULL in a subsequent one, the previous cookie was still
|
||||||
|
sent off!
|
||||||
|
|
||||||
- Jon Turner fixed a problem libcurl had when it failed on an FTP transfer due
|
- Jon Turner fixed a problem libcurl had when it failed on an FTP transfer due
|
||||||
to a bad path, it would cause the next transfer to use a bad path as well.
|
to a bad path, it would cause the next transfer to use a bad path as well.
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
|
||||||
o if an FTP transfer used a bad path, the next transfer could fail too
|
o if an FTP transfer used a bad path, the next transfer could fail too
|
||||||
o ares-built libcurl resolves IP-only names properly
|
o ares-built libcurl resolves IP-only names properly
|
||||||
o changed the curl_lock_function proto to prevent warnings on some compilers
|
o changed the curl_lock_function proto to prevent warnings on some compilers
|
||||||
@ -59,6 +60,6 @@ advice from friends like these:
|
|||||||
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
||||||
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
||||||
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
||||||
Neil Spring, Siddhartha Prakash Jain, Jon Turner
|
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user