diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-03 09:31:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-03 09:31:25 +0000 |
commit | 2c27e4ee767c37e1923d26dfc1cddafe31490c2c (patch) | |
tree | a588fbad167c1a9ec36f044f952aa0ee9d0a2459 /RELEASE-NOTES | |
parent | 6ac9e67bd758e99a5ec385dba4492de3c35cd25f (diff) |
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
at a chunk boundary it was not considered an error and thus went unnoticed.
Added test case 207 to verify.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 54358a1a5..9b8f9a866 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,7 +23,10 @@ This release includes the following changes: This release includes the following bugfixes: - o --disable-epsv when connecting to an IPv6 ftp server + o chunked-encoded transfers could get closed pre-maturely without error + o proxy CONNECT now default timeouts after 3600 seconds + o --disable-epsv and --disable-eprt are ignored when connecting to an IPv6 ftp + server o no more extra progress meter newline output after each Location: followed o HTTP PUT/POST with Digest, NTLM or Negotiate no longer uses HEAD o now gracefully bails out when exceeding FD_SETSIZE file descriptors |