Commit afeaf8eb authored by wang's avatar wang

更改

parent 78d20087
File added
......@@ -149,6 +149,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) {
engineParams.SetEnableHTTP2(true)
engineParams.SetEnableQuic(false)
engineParams.SetEnableBrotli(true)
engineParams.SetEnableCheckResult(false)
t := cronet.NewCronetTransport(engineParams, true)
//t.Engine.StartNetLogToFile("./1.log", true)
//ConfigureClientCertificate(&t.Engine, certPath, keyPath, []string{urlArg.Host, proxyArg.Host})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment