• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 6633
37%

Build:
DEFAULT BRANCH: master
Ran 26 Oct 2017 09:14PM UTC
Jobs 1
Files 255
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6633

push

travis-ci

jay
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

4 of 4 new or added lines in 1 file covered. (100.0%)

20242 of 27352 relevant lines covered (74.01%)

122394.62 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/smtp.c
Jobs
ID Job ID Ran Files Coverage
13 6633.13 (T=coverage) 26 Oct 2017 09:14PM UTC 0
74.01
Travis Job 6633.13
Source Files on build 6633
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6633
  • 979d2877 on github
  • Prev Build on master (#6631)
  • Next Build on master (#6644)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc