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


##########
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 and 
client.
+       // When true, server starts both HTTP/2 and HTTP/3, and client uses a 
dual HTTP/2 and HTTP/3 transport.

Review Comment:
   好的,感谢老师提醒,已修改。注释中补充了启用 HTTP/3 时对有效 TLS 配置的要求,并分别明确了 TLS 配置有效时 server 和 
client 的行为。



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