HTTP client connection error messages

March 5, 2024

ID 179887

When a connection error occurs, the HTTP client prints an error message to the console.

  • Invalid response

    The connection was broken when the client was waiting for a response from the server. The client exits after this error.

  • Invalid response followed by CONNECTION_CLOSED

    The connection was broken when the client was transmitting a file to scan to the server.

  • Invalid response followed by CLIENT_TIMEOUT

    Client timeout (defined by the -t option) was exceeded.

  • HTTP_ERROR 408 Request Timeout

    The processing timeout (defined by the SessionTimeout parameter) was exceeded.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.