Skip to content

Commit

Permalink
Remove HTTP_CHANNEL_KEY attributes since it is now available from the…
Browse files Browse the repository at this point in the history
… base class (#2130)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Oct 4, 2022
1 parent fa391a8 commit b3452c1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import io.netty.handler.ssl.ApplicationProtocolNames;
import io.netty.handler.ssl.ApplicationProtocolNegotiationHandler;
import io.netty.handler.ssl.SslHandler;
import io.netty.util.AttributeKey;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

Expand All @@ -43,8 +42,6 @@
import org.opensearch.transport.SharedGroupFactory;

public class SecuritySSLNettyHttpServerTransport extends Netty4HttpServerTransport {
static final AttributeKey<Netty4HttpChannel> HTTP_CHANNEL_KEY = AttributeKey.valueOf("opensearch-http-channel");

private static final Logger logger = LogManager.getLogger(SecuritySSLNettyHttpServerTransport.class);
private final SecurityKeyStore sks;
private final SslExceptionHandler errorHandler;
Expand Down

0 comments on commit b3452c1

Please sign in to comment.