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

c-ares / c-ares / #61
92%

Build:
DEFAULT BRANCH: main
Ran 28 Sep 2023 11:21AM UTC
Jobs 1
Files 134
Run time 5s
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

28 Sep 2023 11:17AM UTC coverage: 87.951% (-0.2%) from 88.164%
#61

push

travis-ci

web-flow
Fix for TCP back to back queries (#552)

As per #266, TCP queries are basically broken. If we get a partial reply, things just don't work, but unlike UDP, TCP may get fragmented and we need to properly handle that.

I've started creating a basic parser/buffer framework for c-ares for memory safety reasons, but it also helps for things like this where we shouldn't be manually tracking positions and fetching only a couple of bytes at a time from a socket. This parser/buffer will be expanded and used more in the future.

This also resolves #206 by allowing NULL to be specified for some socket callbacks so they will auto-route to the built-in c-ares functions.

Fixes: #206, #266
Fix By: Brad House (@bradh352)

235 of 235 new or added lines in 7 files covered. (100.0%)

5051 of 5743 relevant lines covered (87.95%)

11796.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #61.1 28 Sep 2023 11:21AM UTC 0
87.95
Source Files on build #61
Detailed source file information is not available for this build.
  • Back to Repo
  • fab4039b on github
  • Prev Build on main
  • Next Build on main
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