uh, corrected pretty major write error!

This commit is contained in:
Daniel Stenberg 2007-11-29 22:27:51 +00:00
parent 56ddfbea6e
commit 98e8978857
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Daniel S (29 Nov 2007)
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
- Fixed the resumed FTP upload loop to not require that the read callback
returns a full buffer on each invoke.
Daniel S (25 Nov 2007)