This commit is contained in:
gospider
2024-12-04 16:29:02 +08:00
parent 179dd44b56
commit 1e2ba7c4a6
11 changed files with 215 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ type connecotr struct {
rawConn net.Conn
h2RawConn *http2.Http2ClientConn
h3RawConn http3.RoundTripper
proxy *url.URL
proxys []*url.URL
r *bufio.Reader
w *bufio.Writer
pr *pipCon