We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51cfbf commit e44fc31Copy full SHA for e44fc31
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt
@@ -324,7 +324,9 @@ class RealConnection(
324
325
val nowNs = System.nanoTime()
326
327
- if (rawSocket.isClosed || socket.isClosed || socket.isInputShutdown ||
+ if (rawSocket.isClosed ||
328
+ socket.isClosed ||
329
+ socket.isInputShutdown ||
330
socket.isOutputShutdown
331
) {
332
return false
0 commit comments