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

stacklok / toolhive / 22979344797
64%

Build:
DEFAULT BRANCH: main
Ran 11 Mar 2026 11:32PM UTC
Jobs 1
Files 552
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

11 Mar 2026 11:29PM UTC coverage: 64.127% (+0.04%) from 64.084%
22979344797

push

github

web-flow
Re-panic http.ErrAbortHandler in recovery middleware (#4065)

Go's httputil.ReverseProxy intentionally panics with http.ErrAbortHandler
when a streaming response breaks mid-copy. Go's HTTP server has built-in
handling for this sentinel: catch it silently, close the connection, move on.

By intercepting ErrAbortHandler, the recovery middleware was:
- Logging noisy stack traces for something that isn't a bug
- Attempting to write http.Error() to an already-in-flight response
- Preventing Go's HTTP server from cleanly aborting the connection

This fix re-panics the sentinel, letting Go's HTTP server handle it as designed.

Fixes #4064

Signed-off-by: Greg Katz <gkatz@indeed.com>

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

276 existing lines in 7 files now uncovered.

48245 of 75233 relevant lines covered (64.13%)

74.01 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
71.43
-1.68% pkg/vmcp/k8s/manager.go
4
80.89
-0.89% pkg/transport/proxy/transparent/transparent_proxy.go
30
52.86
-26.69% pkg/registry/factory.go
47
0.0
0.0% pkg/registry/provider_api.go
50
74.88
3.32% pkg/config/config.go
52
0.0
0.0% pkg/registry/api/client.go
91
0.0
0.0% pkg/registry/provider_cached.go
Jobs
ID Job ID Ran Files Coverage
1 22979344797.1 11 Mar 2026 11:32PM UTC 552
64.13
GitHub Action Run
Source Files on build 22979344797
  • Tree
  • List 552
  • Changed 15
  • Source Changed 6
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22979344797
  • 7fce517c on github
  • Prev Build on main (#22970200192)
  • Next Build on main (#22980133916)
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