mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue