Snow-kal opened a new pull request, #3643:
URL: https://github.com/apache/dubbo-go/pull/3643

   ### Description
   issue https://github.com/apache/dubbo-go/issues/3598
   13. 统一 Triple 主链路注释和 helper 命名 任务
   
   
   ###  变更情况
   
   protocol/triple/client.go
   
   - 将 genKeepAliveOptions 重命名为 resolveClientKeepaliveOptions,使命名准确“解析 client 
keepalive 配置”的职责
   - 清理 client 主链路里的草稿式注释,统一为正式说明
   - 更新 protocol/triple/client_test.go 中函数名
   
   
   protocol/triple/server.go
   
   - 将 getHanOpts 重命名为 buildServerHandlerOptions,避免缩写式 helper 名称。
   - 将 hanOpts 变量统一改为 handlerOpts
   - 清理 server 主链路中的 TODO/草稿注释,统一 handler options、service info 等说明
   - 同步更新 protocol/triple/server_test.go 中函数名
   
   
   protocol/triple/triple_protocol/handler.go
   
   - 将 handler 流程里的 TODO 和笔记式注释改成正式阶段说明
   - 统一描述 CORS、protocol handler 选择、content type 匹配、context/timeout 派生等流程
   
   以上代码逻辑无变动 着重与注释的更改和使命名更精确
   
   ### 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]

Reply via email to