mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
This commit is contained in:
parent
158588640a
commit
94459cab98
5
CHANGES
5
CHANGES
@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Daniel (29 March 2005)
|
Daniel (29 March 2005)
|
||||||
|
- Tom Moers identified a flaw when you sent a POST with Digest authentication,
|
||||||
|
as in the first request when curl sends a POST with Content-Length: 0, it
|
||||||
|
still forcibly closed the connection before doing the next step in the auth
|
||||||
|
negotiation.
|
||||||
|
|
||||||
- Jesper Jensen found out that FTP-SSL didn't work since my FTP
|
- Jesper Jensen found out that FTP-SSL didn't work since my FTP
|
||||||
rewrite. Fixing that was easy, but it also revealed a much worse problem:
|
rewrite. Fixing that was easy, but it also revealed a much worse problem:
|
||||||
the FTP server response reader function didn't properly deal with reading
|
the FTP server response reader function didn't properly deal with reading
|
||||||
|
@ -18,6 +18,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o better connection keep-alive when POSTing with HTTP Digest
|
||||||
o FTP-SSL
|
o FTP-SSL
|
||||||
o reading FTP server response in multiple reads
|
o reading FTP server response in multiple reads
|
||||||
o picking one out of multiple proxy auth methods
|
o picking one out of multiple proxy auth methods
|
||||||
@ -31,6 +32,11 @@ This release includes the following bugfixes:
|
|||||||
|
|
||||||
Other curl-related news since the previous public release:
|
Other curl-related news since the previous public release:
|
||||||
|
|
||||||
|
o the cURL projected is now over 7 years old
|
||||||
|
o we now provide daily CVS windows-builds:
|
||||||
|
http://cool.haxx.se/curl-daily/
|
||||||
|
o curl-tracker is a new mailinglist for "tracker" activities:
|
||||||
|
http://cool.haxx.se/mailman/listinfo/curl-tracker
|
||||||
o libcurl binding for Common Lisp: http://common-lisp.net/project/cl-curl/
|
o libcurl binding for Common Lisp: http://common-lisp.net/project/cl-curl/
|
||||||
o pycurl 7.13.1 http://pycurl.sf.net
|
o pycurl 7.13.1 http://pycurl.sf.net
|
||||||
o http://curl.tolix.org is a new Californian mirror
|
o http://curl.tolix.org is a new Californian mirror
|
||||||
@ -41,6 +47,7 @@ advice from friends like these:
|
|||||||
|
|
||||||
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
||||||
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
||||||
Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen
|
Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen,
|
||||||
|
Tom Moers
|
||||||
|
|
||||||
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