Skip to content
Permalink
Browse files Browse the repository at this point in the history
[UNDERTOW-1935] - buffer leak on incoming websocket PONG message
  • Loading branch information
radist-nt committed Jul 30, 2021
1 parent 87f31dd commit c7e84a0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -152,6 +152,8 @@ public void run() {
}
}
});
} else {
bufferedBinaryMessage.getData().free();
}
}

Expand Down

0 comments on commit c7e84a0

Please sign in to comment.