Add missing free() on SpdySessionHandler buffers
This commit is contained in:
parent
8b82ff5ce0
commit
3f9441f4c1
@ -98,12 +98,12 @@ public class SpdySessionHandler
|
||||
|
||||
@Override
|
||||
public void freeInboundBuffer(ChannelHandlerContext ctx, Buf buf) throws Exception {
|
||||
// Nothing to free
|
||||
buf.free();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void freeOutboundBuffer(ChannelHandlerContext ctx, Buf buf) throws Exception {
|
||||
// Nothing to free
|
||||
buf.free();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user