mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:03:32 +03:00
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.
This commit is contained in:
parent
6ac9e67bd7
commit
2c27e4ee76
5 changed files with 88 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue