mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-21 23:03:27 +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
|
return xmuxClient.XmuxConn.(DialerClient), xmuxClient
|
||||||
}
|
}
|
||||||
getRequestURL2 := getRequestURL
|
getRequestURL2 := getRequestURL
|
||||||
getHTTPClient2 := func() (DialerClient, *XmuxClient) {
|
getHTTPClient2 := getHTTPClient
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
if options.Download != nil {
|
if options.Download != nil {
|
||||||
options2 := options.Download
|
options2 := options.Download
|
||||||
dialer2 := dialer
|
dialer2 := dialer
|
||||||
|
|||||||
Reference in New Issue
Block a user