Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Oct 31, 2024
1 parent e2638d7 commit 21aa46d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ internal class ConnectionIdleMonitor(val pollInterval: Duration) : ConnectionLis
source.readByte() // Blocking read; will take up to `pollInterval` time to complete
} catch (_: SocketTimeoutException) {
logger.trace { "Socket still alive for $conn" }
// Socket is still alive
} catch (_: EOFException) {
logger.trace { "Socket closed remotely for $conn" }
socket.closeQuietly()
Expand Down

0 comments on commit 21aa46d

Please sign in to comment.