Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not print error message if client dissconects #113

Merged
merged 2 commits into from
Sep 21, 2023

Commits on Sep 14, 2023

  1. do not print error message if client dissconects

    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.
    
    Signed-off-by: Sven Nierlein <sven@consol.de>
    sni committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6b2650f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    7326fea View commit details
    Browse the repository at this point in the history