This commit is contained in:
gospider
2025-01-03 09:51:55 +08:00
parent 8182106fd4
commit 34a416a1b0
7 changed files with 88 additions and 105 deletions

View File

@@ -8,7 +8,6 @@ import (
"iter"
"net"
"net/http"
"net/url"
"sync"
"sync/atomic"
"time"
@@ -110,7 +109,7 @@ type connecotr struct {
Conn Conn
c net.Conn
proxys []*url.URL
proxys []Address
}
func (obj *connecotr) withCancel(forceCtx context.Context, safeCtx context.Context) {