SouthwestAsiaFloat opened a new pull request, #3631: URL: https://github.com/apache/dubbo-go/pull/3631
### Description Completes the Triple client construction chain by: - separating the responsibilities of `clientManager` and `tri.Client`; - centralizing HTTP/2, HTTP/3, and dual transport initialization; - clarifying how keepalive, TLS, and message size limits are propagated; - adding tests for transport initialization, keepalive resolution, size limits, and response metadata. this is a task from https://github.com/apache/dubbo-go/issues/3598 ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing - [x] I have added tests that prove my fix is effective or that my feature works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
