http2: keep reading during small client writes#63009
Conversation
Signed-off-by: Matteo Collina <hello@matteocollina.com>
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #63009 +/- ##
==========================================
- Coverage 89.69% 89.64% -0.05%
==========================================
Files 706 708 +2
Lines 218222 220331 +2109
Branches 41768 42262 +494
==========================================
+ Hits 195731 197520 +1789
- Misses 14411 14657 +246
- Partials 8080 8154 +74
🚀 New features to boost your workflow:
|
|
@mcollina I've checked out the branch and the benchmark added here doesn't seem to show any real difference for me with this change. What results are you seeing? Is it that script, or some other benchmark? |
|
That's the point. I added the bench to verify this did not add a regression. |
|
This is supposed to be a performance improvement, right? The original issue is about downloads being slower under HTTP/2 than HTTP/1, I assumed the benchmark added was aiming to show that this really fixed the issue. If the one here is just guarding against regressions, can we add another here to test that this fix actually improves things to match HTTP/1? |
Fixes: #54874