remove connectionReuse

This commit is contained in:
ChsBuffer
2020-12-16 10:50:05 +08:00
parent a3e8826105
commit 41fdf94a16
2 changed files with 0 additions and 5 deletions

View File

@@ -309,7 +309,6 @@ namespace Netch.Servers.VMess.Utils
case "ws":
var wsSettings = new WsSettings
{
connectionReuse = true,
headers = !string.IsNullOrWhiteSpace(server.Host)
? new Headers {Host = server.Host}
: null,