Skip to content

Commit

Permalink
fix local mode by making ext-headers remoting protocol compliant
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zhanhui <[email protected]>
  • Loading branch information
lizhanhui committed Nov 10, 2023
1 parent 27759f3 commit 2e5f48f
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 2e5f48f

Please sign in to comment.