Skip to content

Fix retry-budget exhaustion and correlated reused-connection death - #1354

Merged
quinnj merged 4 commits into
masterfrom
retry-budget-fixes
Aug 28, 2026
Merged

Fix retry-budget exhaustion and correlated reused-connection death#1354
quinnj merged 4 commits into
masterfrom
retry-budget-fixes

Centralize the TLS truncation-message classification

0726d93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2026 in 0s

88.84% (+0.28%) compared to bc251f0

View this Pull Request on Codecov

88.84% (+0.28%) compared to bc251f0

Details

Codecov Report

❌ Patch coverage is 95.21127% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.84%. Comparing base (bc251f0) to head (0726d93).

Files with missing lines Patch % Lines
src/http_transport.jl 95.91% 6 Missing ⚠️
src/http_core.jl 82.60% 4 Missing ⚠️
src/http_client.jl 96.20% 3 Missing ⚠️
src/http2_client.jl 90.90% 2 Missing ⚠️
src/http_client_retry.jl 97.36% 1 Missing ⚠️
src/http_stream.jl 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1354      +/-   ##
==========================================
+ Coverage   88.56%   88.84%   +0.28%     
==========================================
  Files          31       31              
  Lines       11974    12132     +158     
==========================================
+ Hits        10605    10779     +174     
+ Misses       1369     1353      -16     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.