mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +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);
|
Stream::Ptr stream = new NetworkStream(client);
|
||||||
|
|
||||||
|
StreamReadContext context;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
String line;
|
String line;
|
||||||
StreamReadContext context;
|
|
||||||
|
|
||||||
std::vector<String> lines;
|
std::vector<String> lines;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user