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