Fix compile error introduced by cherry-pick edf1eb10d5
This commit is contained in:
parent
c61e50bf4f
commit
d3c1424e72
@ -229,6 +229,6 @@ public class SocketSslClientRenegotiateTest extends AbstractSocketTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void channelRead0(ChannelHandlerContext ctx, ByteBuf in) throws Exception { }
|
public void messageReceived(ChannelHandlerContext ctx, ByteBuf in) throws Exception { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user