-
Notifications
You must be signed in to change notification settings - Fork 26.6k
remove duplicate flowcontroller listener #11642
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
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## 3.2 #11642 +/- ##
============================================
- Coverage 69.50% 69.40% -0.11%
+ Complexity 341 2 -339
============================================
Files 3096 1453 -1643
Lines 147362 61364 -85998
Branches 24563 9056 -15507
============================================
- Hits 102427 42590 -59837
+ Misses 35763 14594 -21169
+ Partials 9172 4180 -4992
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
AlbumenJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@EarthChen PTAL
EarthChen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* origin/3.2: sync reflect config (apache#11668) Fix qos command remote check (apache#11506) Fix license check Add 'label match' support for override and tag rules (apache#11094) Dubbo maven plugin with native (apache#11540) fix: fix observation spi config (apache#11660) Update .licenserc.yaml fix tri wrapper pack npe (apache#11656) remove duplicate flowcontroller listener (apache#11642) Metrics RT count optimization (apache#11628) Observability task: registration center (apache#11493) Migration bugfix & optimization (apache#11629) Fix service name mapping check failed (apache#11643) fix: executor (apache#11652) Fix license check fixed broken link readme.md (apache#11641)
* remove duplicate flowcontroller listener * remove duplicate flowcontroller listener








What is the purpose of the change
remove duplicate flowcontroller listener
Brief changelog
add
TripleHttp2FrameCodecBuilderto customize connection before buildingVerifying this change
before:

after:

Checklist