HTFSince2018 opened a new pull request, #3674:
URL: https://github.com/apache/dubbo-go/pull/3674

   ## Description
   
   issue #3598
   11. 补齐 Triple 配置结构注释任务
   
   ### 变更情况
   
   #### global/protocol_config.go
   
   - 补齐 `ProtocolConfig` 各字段的统一注释
   - 明确各配置字段用于 server
   - 标记 `MaxServerSendMsgSize` 和 `MaxServerRecvMsgSize` 为废弃字段
   - 更新废弃字段的替代配置说明
   - 保留消息大小单位及参考链接
   
   #### global/triple_config.go
   
   - 补齐 `TripleConfig` 各字段的统一注释
   - 明确消息大小、CORS 和 OpenAPI 配置用于 server
   - 明确 keepalive 配置用于 client
   - 明确 HTTP/3 配置同时用于 server 和 client
   
   #### global/http3_config.go
   
   - 统一 `Http3Config` 各字段的注释
   - 明确 `Enable` 和 `Negotiation` 用于 server
   - 明确 QUIC keepalive、空闲超时和并发流配置同时用于 server 和 client
   - 优化 HTTP/3 Alt-Svc 协商相关说明
   
   以上仅涉及配置结构注释,不包含代码逻辑变更。
   
   ## Checklist
   
   - [x] 我确认目标分支为 develop
   - [x] 代码已通过本地测试
   - [x] 本次仅修改注释,不涉及逻辑变更,无需新增测试


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