Commit e08009a6 authored by wang's avatar wang

每次请求后关闭连接

parent a22e7a1e
......@@ -151,7 +151,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) {
tls_client.WithProxyUrl(forWard.Proxy),
//tls_client.WithForceHttp1(),
tls_client.WithCookieJar(jar),
tls_client.WithRandomTLSExtensionOrder(),
//tls_client.WithRandomTLSExtensionOrder(),
//tls_client.WithProxyUrl("http://user:pass@host:port"),
tls_client.WithInsecureSkipVerify(),
}
......
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