mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-02-06 00:35:50 +08:00
优化代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user