1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

ftp resumed upload and long Digest nonces

This commit is contained in:
Daniel Stenberg 2007-11-29 22:15:22 +00:00
parent 45a2240ead
commit 56ddfbea6e
2 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,14 @@
Changelog Changelog
Daniel S (29 Nov 2007)
- A bug report on the curl-library list showed a HTTP Digest session going on
with a 700+ letter nonce. Previously libcurl only support 127 letter ones
and now I bumped it to 1023.
- Fixed the resumed FTP upload loop to now require that the read callback
returns a full buffer on each invoke.
Daniel S (25 Nov 2007) Daniel S (25 Nov 2007)
- Added test case 1015 that tests --data-urlencode in multiple ways - Added test case 1015 that tests --data-urlencode in multiple ways

View File

@ -27,6 +27,9 @@ This release includes the following bugfixes:
o setting a share no longer activates cookies o setting a share no longer activates cookies
o Negotiate now works on auth and proxy simultanouesly o Negotiate now works on auth and proxy simultanouesly
o curl.h now includes a socklen_t definition for Win32 API build targets o curl.h now includes a socklen_t definition for Win32 API build targets
o support HTTP Digest nonces up to 1023 letters
o resumed ftp upload no longer requires the read callback to return full
buffers
This release includes the following known bugs: This release includes the following known bugs: