imdouyu opened a new issue, #3177:
URL: https://github.com/apache/brpc/issues/3177

   ```
   DEFINE_uint64(max_body_size, 64 * 1024 * 1024,
                 "Maximum size of a single message body in all protocols");
   ```
   
   > A message from x.x.x.x:4096(protocol=baidu_std) is bigger than 67108864 
bytes, the connection will be closed. Set max_body_size to allow bigger messages
   
   
   看代码定义说是对所有协议生效,但在测试中发现用h2:grpc没有上面消息过大的报错,用baidu_std就会有上面的错误,是对h2:grpc不检测吗
   
   <img width="553" height="892" alt="Image" 
src="https://github.com/user-attachments/assets/e9c230cf-fb34-4c90-976b-d8a2d2cbf759";
 />
   
   搜了代码也没发现
   
   
   


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