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 <[email protected]>
  • Loading branch information
reta committed Oct 3, 2022
1 parent 416e360 commit a74458f
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 a74458f

Please sign in to comment.