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

curl / curl / 6970
37%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2017 08:54AM UTC
Jobs 1
Files 262
Run time 13s
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
6970

push

travis-ci

jay
openssl: Disable file buffering for Win32 SSLKEYLOGFILE

Prior to this change SSLKEYLOGFILE used line buffering on WIN32 just
like it does for other platforms. However, the Windows CRT does not
actually support line buffering (_IOLBF) and will use full buffering
(_IOFBF) instead. We can't use full buffering because multiple processes
may be writing to the file and that could lead to corruption, and since
full buffering is the only buffering available this commit disables
buffering for Windows SSLKEYLOGFILE entirely (_IONBF).

Ref: https://github.com/curl/curl/pull/1346#issuecomment-350530901

19501 of 26012 relevant lines covered (74.97%)

180839.82 hits per line

Coverage Regressions

Lines Coverage ∆ File
19
100.0
lib/rtsp.c
2
100.0
lib/http_proxy.c
Jobs
ID Job ID Ran Files Coverage
16 6970.16 (T=coverage) 10 Dec 2017 08:55AM UTC 0
74.97
Travis Job 6970.16
Source Files on build 6970
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6970
  • 7ab4e7ad on github
  • Prev Build on master (#6969)
  • Next Build on master (#6972)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc