You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/10/22 03:16:00 UTC

[GitHub] [incubator-brpc] dorothy00dd2 commented on a diff in pull request #1959: fix arena cleared early when parse redis message

dorothy00dd2 commented on code in PR #1959:
URL: https://github.com/apache/incubator-brpc/pull/1959#discussion_r1002318945


##########
src/brpc/redis_command.h:
##########
@@ -53,6 +53,7 @@ class RedisCommandParser {
     // in `arena'.
     ParseError Consume(butil::IOBuf& buf, std::vector<butil::StringPiece>* args,
                        butil::Arena* arena);
+    int ParsedArgsSize();

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

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


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