Skip to content

Fix livestatus for large number of hosts/services

If livestatus response body is larger than 2**26 bytes, current code would break because of truncated JSON.

New code loops over the response body by 2**26 data blocks until there's no more data

Merge request reports