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

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Sep 30, 2022
1 parent 416e360 commit 9d5eca0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,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 9d5eca0

Please sign in to comment.