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

floatdrop / zoxy / 28697662394
96%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 06:28AM UTC
Jobs 1
Files 25
Run time 1min
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

04 Jul 2026 06:25AM UTC coverage: 96.556% (-0.2%) from 96.789%
28697662394

push

github

floatdrop
fix: TLS yield timers are connection-scoped — a stale yield corrupted the ring

Found by CI on the pooled-TLS test (SIGABRT: completion.next != null
at reap). The yield completion lived inside the Tls leg struct, and
the upstream leg is attempt-scoped at a fixed address inside the conn:
request 1 arms a yield; the response is delivered via a wire event
before it fires; dispose frees the leg; request 2 resumes the pooled
channel into the same field and arms its own yield — the same
Completion address submitted while still in the ring. The stale-yield
guard checked for a missing leg but not a replaced one.

The yield flag and completion now live on the connection, one pair per
side: an arm while a yield is in flight coalesces (the pending yield
pumps whatever leg is current when it fires — progress is idempotent),
so re-arming an in-ring completion is impossible by construction. The
downstream callback also tolerates the leg being gone (kTLS switchover
frees it), closing that theoretical cousin of the same race.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

6112 of 6330 relevant lines covered (96.56%)

0.97 hits per line

Coverage Regressions

Lines Coverage ∆ File
70
97.38
-0.86% net/proxy.zig
13
96.98
0.26% tls/terminator.zig
4
96.46
0.0% tls/openssl.zig
3
94.74
-1.42% proxy/upstream_pool.zig
1
99.62
-0.38% config.zig
Jobs
ID Job ID Ran Files Coverage
1 28697662394.1 04 Jul 2026 06:28AM UTC 25
96.56
GitHub Action Run
Source Files on build 28697662394
  • Tree
  • List 25
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28697662394
  • 49faa6c7 on github
  • Prev Build on main (#28695711593)
  • Next Build on main (#28697733051)
  • Delete
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