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

curl / curl / 6389
37%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2017 07:41AM UTC
Jobs 1
Files 255
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
6389

push

travis-ci

bagder
connect: fix race condition with happy eyeballs timeout

The timer should be started after conn->connecttime is set. Otherwise
the timer could expire without this condition being true:

    /* should we try another protocol family? */
    if(i == 0 && conn->tempaddr[1] == NULL &&
      curlx_tvdiff(now, conn->connecttime) >= HAPPY_EYEBALLS_TIMEOUT) {

Ref: #1928

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

19966 of 27153 relevant lines covered (73.53%)

107151.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/http2.c
4
100.0
lib/mprintf.c
Jobs
ID Job ID Ran Files Coverage
13 6389.13 (T=coverage) 29 Sep 2017 07:41AM UTC 0
73.53
Travis Job 6389.13
Source Files on build 6389
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6389
  • 49d75a4c on github
  • Prev Build on master (#6387)
  • Next Build on master (#6392)
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