Copilot commented on code in PR #2893:
URL: https://github.com/apache/dubbo-go/pull/2893#discussion_r2106142879
##########
global/protocol_config.go:
##########
@@ -32,7 +36,10 @@ type ProtocolConfig struct {
}
func DefaultProtocolConfig() *ProtocolConfig {
- return &ProtocolConfig{}
+ return &ProtocolConfig{
Review Comment:
Consider adding or updating documentation to clarify the new default values
provided by DefaultProtocolConfig, highlighting the shift from struct defaults
to constant-driven defaults.
--
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]