mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 02:10:07 +05:00
Update WebClientEx.cs
This commit is contained in:
@@ -21,7 +21,7 @@ namespace v2rayN.Base
|
|||||||
{
|
{
|
||||||
ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => { return true; };
|
ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => { return true; };
|
||||||
request = (HttpWebRequest)base.GetWebRequest(address);
|
request = (HttpWebRequest)base.GetWebRequest(address);
|
||||||
request.ProtocolVersion = HttpVersion.Version10;
|
//request.ProtocolVersion = HttpVersion.Version10;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user