mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Fix xhttp transport
This commit is contained in:
@@ -87,9 +87,7 @@ func NewClient(ctx context.Context, dialer N.Dialer, serverAddr M.Socksaddr, opt
|
||||
return xmuxClient.XmuxConn.(DialerClient), xmuxClient
|
||||
}
|
||||
getRequestURL2 := getRequestURL
|
||||
getHTTPClient2 := func() (DialerClient, *XmuxClient) {
|
||||
return nil, nil
|
||||
}
|
||||
getHTTPClient2 := getHTTPClient
|
||||
if options.Download != nil {
|
||||
options2 := options.Download
|
||||
dialer2 := dialer
|
||||
|
||||
Reference in New Issue
Block a user