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
Copy file name to clipboardExpand all lines: runtime/protocol/http-client-engines/http-client-engine-crt/jvm/src/aws/smithy/kotlin/runtime/http/engine/crt/CrtHttpEngine.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ public class CrtHttpEngine(public override val config: CrtHttpEngineConfig) : Ht
75
75
}
76
76
77
77
callContext.job.invokeOnCompletion {
78
-
// ensures the stream is driven to completion regardless of what the downstream consumer does
79
78
stream.close()
79
+
// ensures the stream is driven to completion regardless of what the downstream consumer does
0 commit comments