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

floatdrop / zoxy / 28692743052
96%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 02:57AM UTC
Jobs 1
Files 24
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 02:52AM UTC coverage: 96.903% (-0.2%) from 97.092%
28692743052

push

github

floatdrop
tls+proxy: close_notify on server-initiated closes; announce closes in the head

Two fixes that together take zrk's TLS churn bench from one read error
per request to zero.

close_notify: when the proxy itself ends the exchange (a delivered
response that cannot reuse the connection, or an error response), the
downstream close goes through close_downstream — queue the alert,
flush it through the existing wire-send machinery, then tear down.
The flush is bounded by the still-armed connection deadline; a wire
error falls through to teardown. Client-EOF and error teardowns stay
abrupt, matching the plaintext path.

Connection: close injection (the actual source of the bench errors,
plaintext path included): the proxy relayed a keep-alive-implying
origin head verbatim and then closed, so HTTP/1.1 clients pipelined
their next request onto a dead connection (RFC 9112 §9.6 requires the
close be announced). begin_response_relay now injects the header when
the proxy will close and the origin head lacks it (interim 1xx heads
excepted); the response-head recv reserves the injection room so the
shift always fits. Three passthrough tests updated: their byte-exact
expectations now include the announced close — the old expectations
were asserting the bug.

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

5132 of 5296 relevant lines covered (96.9%)

0.97 hits per line

Coverage Regressions

Lines Coverage ∆ File
40
98.15
-0.68% net/proxy.zig
4
96.04
0.59% obs/admin.zig
4
95.96
0.31% tls/openssl.zig
Jobs
ID Job ID Ran Files Coverage
1 28692743052.1 04 Jul 2026 02:57AM UTC 24
96.9
GitHub Action Run
Source Files on build 28692743052
  • Tree
  • List 24
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28692743052
  • e5ff8c22 on github
  • Prev Build on main (#28691306776)
  • Next Build on main (#28693006550)
  • Delete
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