Update GroupUpdater.cpp

This commit is contained in:
parhelia512 2025-09-17 01:47:02 +08:00 committed by GitHub
parent e3301cd063
commit ac39d063dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}