Skip to content

Commit a48a96f

Browse files
web-flowqianye1001
authored andcommitted
fix: add missing SslContext import in NettyRemotingServer for PR #10399 CI
1 parent b645ee2 commit a48a96f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import io.netty.handler.codec.haproxy.HAProxyMessageDecoder;
4646
import io.netty.handler.codec.haproxy.HAProxyProtocolVersion;
4747
import io.netty.handler.codec.haproxy.HAProxyTLV;
48+
import io.netty.handler.ssl.SslContext;
4849
import io.netty.handler.timeout.IdleState;
4950
import io.netty.handler.timeout.IdleStateEvent;
5051
import io.netty.handler.timeout.IdleStateHandler;

0 commit comments

Comments
 (0)