Delete splithttp

This commit is contained in:
2dust
2024-11-22 20:56:34 +08:00
parent 05d446ed37
commit 50f39dc40e
8 changed files with 6 additions and 12 deletions

View File

@@ -300,7 +300,7 @@ namespace v2rayN.Desktop.Views
cmbHeaderType.Items.Add(it);
});
}
else if (network is nameof(ETransport.splithttp) or nameof(ETransport.xhttp))
else if (network is nameof(ETransport.xhttp))
{
Global.XhttpMode.ForEach(it =>
{
@@ -350,7 +350,6 @@ namespace v2rayN.Desktop.Views
tipPath.Text = ResUI.TransportPathTip1;
break;
case nameof(ETransport.splithttp):
case nameof(ETransport.xhttp):
tipRequestHost.Text = ResUI.TransportRequestHostTip2;
tipPath.Text = ResUI.TransportPathTip1;