yanglimingcn commented on issue #3046: URL: https://github.com/apache/brpc/issues/3046#issuecomment-3135528540
For the CRC check of attachments, it is better to be implemented by the user. Considering that a request may pass through several servers, the protocol may change, but the data might remain unchanged. In this case, recalculating the CRC at each server would be a waste of resources. Therefore, no CRC is performed on attachments. -- 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]
