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