mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Update GroupUpdater.cpp
This commit is contained in:
parent
e3301cd063
commit
ac39d063dc
@ -609,7 +609,7 @@ namespace Subscription {
|
||||
if (headers.is_mapping()) {
|
||||
for (auto header: headers.as_map()) {
|
||||
if (Node2QString(header.first).toLower() == "host") {
|
||||
bean->stream->host = Node2QString(header.second[0]);
|
||||
bean->stream->host = Node2QString(header.second);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user