Skip to content

Commit def04f6

Browse files
committed
changelog
1 parent 50b528e commit def04f6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "39ca59b7-65d6-44da-85a6-84c26ad481e7",
3+
"type": "feature",
4+
"description": "Add additional TLS configuration options to HTTP engines.",
5+
"issues": [
6+
"awslabs/smithy-kotlin#820"
7+
]
8+
}

runtime/protocol/http-client-engines/test-suite/jvm/test/aws/smithy/kotlin/runtime/http/test/ConnectionTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class ConnectionTest : AbstractEngineTest() {
8585
}
8686
assertEquals(HttpErrorCode.TLS_NEGOTIATION_ERROR, e.errorCode)
8787
}
88+
8889
@Test
8990
fun testMinTls1_2() = testTlsConfigs("testMinTls1_2", ServerType.TLS_1_2, TlsContext { minVersion = TlsVersion.TLS_1_2 })
9091

0 commit comments

Comments
 (0)