Skip to content

Commit

Permalink
what we do is called flipping
Browse files Browse the repository at this point in the history
  • Loading branch information
awildturtok committed Feb 20, 2025
1 parent 5147da9 commit 3555676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private IoBuffer handleExistingEdgeBuffer(IoSession session, IoBuffer buffer) th
log.debug("Found existing edge-buffer {}, appending {}", DataSize.bytes(edgeBuffer.position()), DataSize.bytes(buffer.limit()));

buffer.asInputStream().transferTo(edgeBuffer.asOutputStream());
buffer.position(0);
buffer.flip();

session.setAttribute(EDGE_BUFFER, null);

Expand Down

0 comments on commit 3555676

Please sign in to comment.