Xavier1994 commented on issue #516: h2c/grpc遗留问题 URL: https://github.com/apache/incubator-brpc/issues/516#issuecomment-558614674 确实是正常的, 只要客户端端大量超时就会有这个错, 原因是客户端超时的时候会发一个RST去结束这个stream, 但是这个时候这个stream可能正常的数据还在处理, server先处理RST之后就会close掉这个stream, 就会报这个错
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
