EAHITechnology opened a new issue, #1811:
URL: https://github.com/apache/incubator-brpc/issues/1811

   # BUG report 
   I'm using the go-grpc client, it returns when the return body is too large. 
   I used the following configuration:
   ```
   InitialConnWindowSize = 1GB
   MaxRecvMsgSize = 32MB
   MaxSendMsgSize =32 MB
   ```
   
   But I got the result as below:
   ```
   rpc error: code = Internal desc = unexpected EOF
   ```
   
   # Reproduce
   When response is bigger. 1MB in my act.
   
   # Expected behavior
   Normal request according to my setup.
   
   


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to