-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix error in http2 plugin when instrumented mid-request #3488
Conversation
Overall package sizeSelf size: 4.98 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3488 +/- ##
=======================================
Coverage 84.42% 84.42%
=======================================
Files 218 218
Lines 8636 8636
Branches 33 33
=======================================
Hits 7291 7291
Misses 1345 1345 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-07-29 17:45:48 Comparing candidate commit 37cab4d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 470 metrics, 22 unstable metrics. |
What does this PR do?
Fix error in
http2
plugin when instrumented mid-request.Motivation
Fixes #3451