naemon / naemon-livestatus

Naemon - Livestatus Eventbroker Module
GNU General Public License v2.0
27 stars 30 forks source link

do not print error message if client dissconects #113

Closed sni closed 1 year ago

sni commented 1 year ago

Getting a log of "Client connection terminated while request still incomplete" messages in the livestatus lately. I guess it is because of keepalive queries which then finally terminate. So do not print that error if the request is empty.

sni commented 1 year ago

test should be fine again after #114 beeing merged.