mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
chore(sub): remove unused value
This commit is contained in:
committed by
arm64v8a
parent
a2fe70509b
commit
f8999192ab
@@ -377,6 +377,10 @@ namespace NekoGui_sub {
|
||||
bean->stream->path = Node2QString(ws["path"]);
|
||||
bean->stream->ws_early_data_length = Node2Int(ws["max-early-data"]);
|
||||
bean->stream->ws_early_data_name = Node2QString(ws["early-data-header-name"]);
|
||||
// for Xray
|
||||
if (Node2QString(ws["early-data-header-name"]) == "Sec-WebSocket-Protocol") {
|
||||
bean->stream->path += "?ed=" + Node2QString(ws["max-early-data"]);
|
||||
}
|
||||
}
|
||||
|
||||
auto grpc = NodeChild(proxy, {"grpc-opts", "grpc-opt"});
|
||||
|
||||
Reference in New Issue
Block a user