HTFSince2018 commented on code in PR #3674:
URL: https://github.com/apache/dubbo-go/pull/3674#discussion_r3801938091


##########
global/http3_config.go:
##########
@@ -19,27 +19,30 @@ package global
 
 // Http3Config represents the config of http3 protocol.
 type Http3Config struct {
-       // Enable defines whether to enable HTTP/3 support.
-       // When set to true, both HTTP/2 and HTTP/3 servers will be started 
simultaneously.
-       // When set to false, only HTTP/2 server will be started.
+       // Enable defines whether HTTP/3 support is enabled for server.

Review Comment:
   感谢老师指出问题。已在 135afd13 中修正,注释现在同时覆盖 server 和 client,并分别说明了 Enable 为 true 和 
false 时两端的行为。



-- 
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]

Reply via email to