Skip to content

Commit

Permalink
Update response
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 28, 2021
1 parent 707bdf4 commit c56e307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static ByteBuf formatMessage(int type, ByteBuf id, boolean shortIndex, By
if (shortIndex) {
buf.writeByte(1);
} else {
buf.writeShort(1);
buf.writeShort(0);
}
buf.writeBytes(data);
data.release();
Expand Down

0 comments on commit c56e307

Please sign in to comment.