Browse Source
Having `response.bufferFactory().wrap(byteBuffer)` left the original DataBuffer without calling internally the `release()` method, which also decrease the counter of the incoming references to the object by Netty memory leak control. This copy is not necessary and it was making Netty losing the object, causing memory Leak alert [connected #2879]pull/2908/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue