mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:53:34 +03:00
http post fix
This commit is contained in:
parent
b61c25af45
commit
0b615afac9
2 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -7,6 +7,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (7 October)
|
||||||
|
- HTTP POST using the read callback didn't work, as Florian Schoppmann
|
||||||
|
reported.
|
||||||
|
|
||||||
Daniel (5 October)
|
Daniel (5 October)
|
||||||
- Shared provided a few fixes to make libcurl build on BeOS
|
- Shared provided a few fixes to make libcurl build on BeOS
|
||||||
out-of-the-box. New code for BeOS-style non-blocking sockets, provided by
|
out-of-the-box. New code for BeOS-style non-blocking sockets, provided by
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ This release includes the following changes:
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o HTTP POST using read callback works again
|
||||||
o builds fine on BeOS now
|
o builds fine on BeOS now
|
||||||
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
|
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
|
||||||
|
|
@ -62,6 +63,6 @@ advice from friends like these:
|
||||||
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, Vincent Bronner, Shard,
|
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
|
||||||
Jeremy Friesner
|
Jeremy Friesner, Florian Schoppmann
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue