LionelDong opened a new issue, #1792: URL: https://github.com/apache/incubator-brpc/issues/1792
**Describe the bug (描述bug)** 测试代码为/example/http_c++ Protobuf 文件为:  想解析通过post请求发送到server端的json数据,于是在示例代码中新增如下行  输入信息如下:  第一个箭头部分是直接输出的request_attachment(); 第二个箭头是通过protobuf 解析数据后又序列化输出的内容; **Expected behavior (期望行为)** 正确解析request_attachment()中的domains 列表数据; **Versions ** OS: ubuntu20.04 Compiler: Ubuntu clang version 15.0.0-++20220606091511+5018a5dcbe70-1~exp1~20220606091601.535 brpc: 1.1.0 protobuf: 3.0.0 -- 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]
