aixichen opened a new issue, #6848: URL: https://github.com/apache/apisix/issues/6848
### Current Behavior http-logger 开启 include_resp_body = true 记录返回body 同时 使用 grpc-transcode 接口返回数据错错误 表现为返回 proto 定义的默认值 ### Expected Behavior 正常解析grpc ### Error Logs _No response_ ### Steps to Reproduce 1.开启插件 http-logger 开启 include_resp_body = true 记录返回body 2.编写一个grpc 服务通过 grpc-transcode解析 3. 请求后返回默认值 4. 插件 http-logger 设置 include_resp_body = false 请求返回正常 详细步骤,代码:https://github.com/aixichen/apisix_bug/blob/master/README.md ### Environment - APISIX version (run `apisix version`):2.13.0 - Operating system (run `uname -a`):root -- 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]
