Skip to content

Commit

Permalink
Remove unused ProxyConnectLBHttpConnectionFactoryTest.NettyHttpConnec…
Browse files Browse the repository at this point in the history
…tionContext
  • Loading branch information
idelpivnitskiy committed Sep 19, 2023
1 parent efb689d commit 2627d2a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import io.servicetalk.http.netty.AbstractLBHttpConnectionFactory.ProtocolBinding;
import io.servicetalk.transport.api.ConnectExecutionStrategy;
import io.servicetalk.transport.netty.internal.DeferSslHandler;
import io.servicetalk.transport.netty.internal.NettyConnectionContext;

import io.netty.channel.Channel;
import io.netty.channel.ChannelHandlerContext;
Expand Down Expand Up @@ -302,8 +301,4 @@ private void assertConnectPayloadConsumed(boolean expected) {
private void assertConnectionClosed() {
assertThat("Closure of the connection was not triggered", connectionClose.isSubscribed(), is(true));
}

private interface NettyHttpConnectionContext extends HttpConnectionContext, NettyConnectionContext {
// no methods
}
}

0 comments on commit 2627d2a

Please sign in to comment.