mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
remove connectionReuse
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user