Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Jun 13, 2021
1 parent c57bf61 commit a25c2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) t
int size = DefinedPacket.readVarInt( in );
if ( size == 0 )
{
out.add( in );
out.add( in.retain() );
} else
{
ByteBuf decompressed = ctx.alloc().directBuffer();
Expand Down

0 comments on commit a25c2b3

Please sign in to comment.