Skip to content

Commit 6c7ab3b

Browse files
committed
place comment in correct spot
1 parent 6d5276e commit 6c7ab3b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

runtime/protocol/http-client-engines/http-client-engine-crt/jvm/src/aws/smithy/kotlin/runtime/http/engine/crt/CrtHttpEngine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public class CrtHttpEngine(public override val config: CrtHttpEngineConfig) : Ht
7575
}
7676

7777
callContext.job.invokeOnCompletion {
78-
// ensures the stream is driven to completion regardless of what the downstream consumer does
7978
stream.close()
79+
// ensures the stream is driven to completion regardless of what the downstream consumer does
8080
respHandler.complete()
8181
}
8282

0 commit comments

Comments
 (0)