You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactoring][QotdConnectedHandler]: Remove redundant keep-alive and Nagle's algorithm configuration from QOTD connection.
- A connection to the QOTD server only receives data, and the server closes the connection after transmission.
- No need to configure keep-alive or Nagle's algorithm for this connection.
- Simplified QotdConnectedHandler to reflect protocol requirements.
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments