diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-10-24 16:08:26 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-10-26 14:34:46 -0400 |
commit | 979d2877be3647bef52e19a38f27346866a66bea (patch) | |
tree | a5ef2aa18bd70ec1a68d4d42bfc2dfcc3fd28965 /tests/README | |
parent | 788d3335734b24f4f15045989d1ce75d18e98961 (diff) |
transfer: Fix chunked-encoding upload bug
- When uploading via chunked-encoding don't compare file size to bytes
sent to determine whether the upload has finished.
Chunked-encoding adds its own overhead which why the bytes sent is not
equal to the file size. Prior to this change if a file was uploaded in
chunked-encoding and its size was known it was possible that the upload
could end prematurely without sending the final few chunks. That would
result in a server hang waiting for the remaining data, likely followed
by a disconnect.
The scope of this bug is limited to some arbitrary file sizes which have
not been determined. One size that triggers the bug is 475020.
Bug: https://github.com/curl/curl/issues/2001
Reported-by: moohoorama@users.noreply.github.com
Closes https://github.com/curl/curl/pull/2010
Diffstat (limited to 'tests/README')
0 files changed, 0 insertions, 0 deletions