Skip to content

Commit

Permalink
Revert "Revert "Merge branch '3.2' into 3.2-fix-disposable-issue-13615""
Browse files Browse the repository at this point in the history
This reverts commit be81d44.
  • Loading branch information
Chenjp committed Apr 24, 2024
1 parent be81d44 commit 4d2a0ad
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 4d2a0ad

Please sign in to comment.