mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Fix query processing for Livestatus queries which use KeepAlive
fixes #9322
This commit is contained in:
parent
35cbcde281
commit
a9f14f11e4
@ -177,9 +177,10 @@ void LivestatusListener::ClientHandler(const Socket::Ptr& client)
|
||||
|
||||
Stream::Ptr stream = new NetworkStream(client);
|
||||
|
||||
StreamReadContext context;
|
||||
|
||||
for (;;) {
|
||||
String line;
|
||||
StreamReadContext context;
|
||||
|
||||
std::vector<String> lines;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user