#1088 c2s_timeout does not have informative logging
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Difficulty-Easy
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
What steps will reproduce the problem?
0. Set c2s_timeout to a number
1. Connect to the c2s port but do not complete authentication
2. Wait c2s_timeout seconds
3. Observe logs
What is the expected output?
Info message indicating that the client timed out
What do you see instead?
> info Client disconnected: connection closed
What version of the product are you using? On what operating system?
Observed on trunk f1a46eef9df1
Please provide any additional information below.
The more informative piece of information, that the connection timed out, is left out, but is available on the debug level, along with the full stream error.
> debug c2s stream for <ip> closed: connection-timeout
What steps will reproduce the problem? 0. Set c2s_timeout to a number 1. Connect to the c2s port but do not complete authentication 2. Wait c2s_timeout seconds 3. Observe logs What is the expected output? Info message indicating that the client timed out What do you see instead? > info Client disconnected: connection closed What version of the product are you using? On what operating system? Observed on trunk f1a46eef9df1 Please provide any additional information below. The more informative piece of information, that the connection timed out, is left out, but is available on the debug level, along with the full stream error. > debug c2s stream for <ip> closed: connection-timeout