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

curl / curl / 6633 / 13
37%
master: 37%

Build:
DEFAULT BRANCH: master
Ran 26 Oct 2017 09:14PM UTC
Files 255
Run time 11s
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

26 Oct 2017 06:34PM UTC coverage: 74.006% (+0.01%) from 73.996%
T=coverage

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

20242 of 27352 relevant lines covered (74.01%)

122394.62 hits per line

Source Files on job 6633.13 (T=coverage)
  • Tree
  • List 0
  • Changed 66
  • Source Changed 1
  • Coverage Changed 66
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6633
  • Travis Job 6633.13
  • 979d2877 on github
  • Prev Job for T=coverage on master (#6631.13)
  • Next Job for T=coverage on master (#6644.13)
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