Skip to content

Commit

Permalink
add a few explanatory comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Oct 30, 2024
1 parent 3ce4ae7 commit 12b0ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal fun Application.connectionTests() {
val jettyCall = routingCall.engineCall as JettyApplicationCall

launch {
delay(4.seconds)
delay(4.seconds) // Close the connection ~4 seconds after the call ends
jettyCall.response.responseChannel().close()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class ConnectionTest : AbstractEngineTest() {
@Test
fun testMinTls1_3() = testMinTlsVersion(TlsVersion.TLS_1_3, ServerType.TLS_1_3)

// See https://github.com/awslabs/aws-sdk-kotlin/issues/1214
@Test
fun testShortLivedConnections() = testEngines(
// Only run this test on OkHttp
Expand Down

0 comments on commit 12b0ce9

Please sign in to comment.