wwbmmm commented on code in PR #3407:
URL: https://github.com/apache/brpc/pull/3407#discussion_r3651591389


##########
src/brpc/controller.h:
##########
@@ -897,6 +924,8 @@ friend void policy::ProcessThriftRequest(InputMessageBase*);
     CompressType _response_compress_type;
     ChecksumType _request_checksum_type;
     ChecksumType _response_checksum_type;
+    bool _request_checksum_with_attachment;
+    bool _response_checksum_with_attachment;

Review Comment:
   Can you store these two flags in controller flags?



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

Reply via email to