Skip to content

Commit 583a2af

Browse files
committed
ResetNonPods clear checksum value
1 parent ce7dbe3 commit 583a2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/brpc/controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ void Controller::ResetNonPods() {
232232
}
233233
delete _remote_stream_settings;
234234
_thrift_method_name.clear();
235+
_checksum_value.clear();
235236
_after_rpc_resp_fn = nullptr;
236237

237238
CHECK(_unfinished_call == NULL);

0 commit comments

Comments
 (0)