Skip to content

Commit

Permalink
Merge branch '3.2' into 3.2-fix-disposable-issue-13615
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenjp committed Apr 19, 2024
2 parents 0ef3c20 + ca7151e commit 5cc8776
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ public void onData(ByteBuf data, boolean endStream) {

private void doOnData(ByteBuf data, boolean endStream) {
if (deframer == null) {
ReferenceCountUtil.release(data);
return;
}
deframer.deframe(data);
Expand Down

0 comments on commit 5cc8776

Please sign in to comment.