Skip to content

Commit

Permalink
fix #7552
Browse files Browse the repository at this point in the history
Signed-off-by: Zhanhui Li <[email protected]>
  • Loading branch information
lizhanhui committed Nov 10, 2023
1 parent f74c887 commit 4552c33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static LocalRemotingCommand createRequestCommand(int code, CommandCustomH
cmd.writeCustomHeader(customHeader);
cmd.setExtFields(new HashMap<>());
setCmdVersion(cmd);
cmd.makeCustomHeaderToNet();
return cmd;
}

Expand Down

0 comments on commit 4552c33

Please sign in to comment.