This is an automated email from the ASF dual-hosted git repository.

yanglimingcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git

commit c9ab283ca4aff17a672b80124b1167fde3e89b68
Merge: 5f228c03 11b7d800
Author: Yang,Liming <[email protected]>
AuthorDate: Tue Jul 28 14:45:15 2026 +0800

    Merge pull request #3407 from yanglimingcn/feat/attachment_with_checksum
    
    Support checksumming the attachment together with the body

 src/brpc/checksum.h                    |  12 ++
 src/brpc/controller.cpp                |   2 +
 src/brpc/controller.h                  |  33 +++++
 src/brpc/policy/baidu_rpc_meta.proto   |   1 +
 src/brpc/policy/baidu_rpc_protocol.cpp |  59 ++++++--
 src/brpc/policy/crc32c_checksum.cpp    |  43 +++---
 test/brpc_checksum_unittest.cpp        | 244 +++++++++++++++++++++++++++++++++
 test/brpc_server_unittest.cpp          |   6 +-
 8 files changed, 374 insertions(+), 26 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to