jamesge commented on a change in pull request #972: Redis server protocol
URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r359141192
 
 

 ##########
 File path: src/brpc/redis_reply.cpp
 ##########
 @@ -352,4 +413,56 @@ void RedisReply::CopyFromDifferentArena(const RedisReply& 
other,
     }
 }
 
+void RedisReply::SetArray(int size) {
+    if (!_arena) {
 
 Review comment:
   如果_arena一定要存在,为什么还要有无arena传入的构造函数呢?

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

Reply via email to