Fix checkstyle
This commit is contained in:
parent
1ecb3fe88c
commit
770126f707
@ -261,7 +261,6 @@ public class SocketSslEchoTest extends AbstractSocketTest {
|
||||
clientSendCounter.set(clientSendCounterVal += length);
|
||||
future.sync();
|
||||
|
||||
|
||||
if (needsRenegotiation && clientSendCounterVal >= data.length / 2) {
|
||||
needsRenegotiation = false;
|
||||
clientSslHandler.engine().setEnabledCipherSuites(new String[] { renegotiation.cipherSuite });
|
||||
@ -448,7 +447,6 @@ public class SocketSslEchoTest extends AbstractSocketTest {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private class EchoServerHandler extends EchoHandler {
|
||||
volatile Future<Channel> renegoFuture;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user