优化代码

This commit is contained in:
GoEdgeLab
2022-09-18 16:18:31 +08:00
parent 994f7c097b
commit 1fff989ad3
19 changed files with 10 additions and 115 deletions

View File

@@ -17,7 +17,6 @@ import (
"net"
"os"
"strings"
"sync"
"sync/atomic"
"time"
)
@@ -26,8 +25,6 @@ import (
type ClientConn struct {
BaseClientConn
once sync.Once
isTLS bool
hasDeadline bool
hasRead bool