Skip to content

HTTP/2 server: write response body in place, drop per-response body-sized buffer (fixes #1271)#1282

Open
canemon-markov wants to merge 1 commit into
JuliaWeb:masterfrom
canemon-markov:fix/h2-server-zerocopy-response-body
Open

HTTP/2 server: write response body in place, drop per-response body-sized buffer (fixes #1271)#1282
canemon-markov wants to merge 1 commit into
JuliaWeb:masterfrom
canemon-markov:fix/h2-server-zerocopy-response-body

Avoid per-response body-sized buffer in HTTP/2 server response writes…

e9590a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2026 in 0s

84.62% (+0.09%) compared to 4e2b698

View this Pull Request on Codecov

84.62% (+0.09%) compared to 4e2b698

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.62%. Comparing base (4e2b698) to head (e9590a8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1282      +/-   ##
==========================================
+ Coverage   84.53%   84.62%   +0.09%     
==========================================
  Files          28       28              
  Lines       10774    10766       -8     
==========================================
+ Hits         9108     9111       +3     
+ Misses       1666     1655      -11     

☔ 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.