From 88d1967538cf1e4f00b6b667c0662339533b002b Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Thu, 20 Jan 2022 10:12:52 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/proxyPt/ntPptListener.erl | 1 - src/ssl/ntSslListener.erl | 1 - src/tcp/ntTcpListener.erl | 1 - 3 files changed, 3 deletions(-) diff --git a/src/proxyPt/ntPptListener.erl b/src/proxyPt/ntPptListener.erl index cfb2ca7..e29a785 100644 --- a/src/proxyPt/ntPptListener.erl +++ b/src/proxyPt/ntPptListener.erl @@ -119,7 +119,6 @@ handleMsg(_Msg, _State) -> kpS. terminate(Reason, #state{lSock = LSock}) -> - %% 关闭这个监听LSock 监听进程收到tcp_close 然后终止acctptor进程 catch port_close(LSock), exit(Reason). diff --git a/src/ssl/ntSslListener.erl b/src/ssl/ntSslListener.erl index 23fe9ad..3f48d39 100644 --- a/src/ssl/ntSslListener.erl +++ b/src/ssl/ntSslListener.erl @@ -119,7 +119,6 @@ handleMsg(_Msg, _State) -> kpS. terminate(Reason, #state{lSock = LSock}) -> - %% 关闭这个监听LSock 监听进程收到tcp_close 然后终止acctptor进程 catch port_close(LSock), exit(Reason). diff --git a/src/tcp/ntTcpListener.erl b/src/tcp/ntTcpListener.erl index 6013da5..1d21f77 100644 --- a/src/tcp/ntTcpListener.erl +++ b/src/tcp/ntTcpListener.erl @@ -119,7 +119,6 @@ handleMsg(_Msg, _State) -> kpS. terminate(Reason, #state{lSock = LSock}) -> - %% 关闭这个监听LSock 监听进程收到tcp_close 然后终止acctptor进程 catch port_close(LSock), exit(Reason).