Skip to content

Commit 21aa46d

Browse files
committed
remove unnecessary comment
1 parent e2638d7 commit 21aa46d

File tree

1 file changed

+0
-1
lines changed
  • runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/src/aws/smithy/kotlin/runtime/http/engine/okhttp

1 file changed

+0
-1
lines changed

runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/src/aws/smithy/kotlin/runtime/http/engine/okhttp/ConnectionIdleMonitor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ internal class ConnectionIdleMonitor(val pollInterval: Duration) : ConnectionLis
9595
source.readByte() // Blocking read; will take up to `pollInterval` time to complete
9696
} catch (_: SocketTimeoutException) {
9797
logger.trace { "Socket still alive for $conn" }
98-
// Socket is still alive
9998
} catch (_: EOFException) {
10099
logger.trace { "Socket closed remotely for $conn" }
101100
socket.closeQuietly()

0 commit comments

Comments
 (0)