diff options
| author | Handingkang <[email protected]> | 2023-11-14 14:51:12 +0800 |
|---|---|---|
| committer | Handingkang <[email protected]> | 2023-11-14 14:51:12 +0800 |
| commit | f2b08703a4979af33e4dff0a3c4f42ec4e71b6a6 (patch) | |
| tree | 94ee9034d07f9ea136f0f6dd85e78837eca45389 | |
| parent | 219afd92a4720b1d523036a08a2953c2b79b6ea2 (diff) | |
测试遗留修复atk_DDoS_resolver
| -rw-r--r-- | plugin/pkg/proxy/persistent.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/proxy/persistent.go b/plugin/pkg/proxy/persistent.go index bd7193d..2dc8bde 100644 --- a/plugin/pkg/proxy/persistent.go +++ b/plugin/pkg/proxy/persistent.go @@ -29,7 +29,6 @@ type Transport struct { } func newTransport(addr string) *Transport { - print(addr) t := &Transport{ avgDialTime: int64(maxDialTimeout / 2), conns: [typeTotalCount][]*persistConn{}, |
