mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-24 10:33:15 +08:00
fix #690
This commit is contained in:
parent
b85aab3f0b
commit
e3301cd063
@ -615,6 +615,9 @@ namespace Subscription {
|
||||
}
|
||||
}
|
||||
auto paths = tcp_http["path"];
|
||||
if (paths.is_string())
|
||||
bean->stream->path = Node2QString(paths);
|
||||
else if (paths.is_sequence())
|
||||
for (auto path: paths) {
|
||||
bean->stream->path = Node2QString(path);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user