opheliaKyouko commented on code in PR #1924:
URL: https://github.com/apache/incubator-brpc/pull/1924#discussion_r971610643
##########
src/brpc/policy/http_rpc_protocol.cpp:
##########
@@ -1457,7 +1457,7 @@ void ProcessHttpRequest(InputMessageBase *msg) {
if (is_grpc_ct) {
bool grpc_compressed = false;
if (!RemoveGrpcPrefix(&req_body, &grpc_compressed)) {
- cntl->SetFailed(ERESPONSE, "Invalid gRPC response");
+ cntl->SetFailed(ERESPONSE, "Invalid gRPC request");
Review Comment:
嗯嗯,是这样
--
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]