Skip to content

Commit

Permalink
Update backend/src/main/java/com/bakdata/conquery/io/mina/JacksonProt…
Browse files Browse the repository at this point in the history
…ocolEncoder.java
  • Loading branch information
awildturtok authored Dec 16, 2024
1 parent 76f2b39 commit dc98068
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public void encode(IoSession session, Object message, ProtocolEncoderOutput out)
final IoBuffer buf = IoBuffer.allocate(initialBufferCapacityBytes, false);
buf.setAutoExpand(true);

buf.position();
buf.skip(SIZE_PREFIX_LENGTH); // Make a room for the length field.

final Stopwatch stopwatch = Stopwatch.createStarted();
Expand Down

0 comments on commit dc98068

Please sign in to comment.