Skip to content

Commit 8cd5d58

Browse files
authored
misc: update Java CRT dependency to 0.21.7 (#64)
1 parent 6867ac8 commit 8cd5d58

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "532b5017-15ee-4c6d-9250-4e7b2ff978a3",
3+
"type": "misc",
4+
"description": "Update Java CRT dependency to 0.21.7"
5+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ kotestVersion=5.5.4
1919
kotlinxCliVersion=0.3.2
2020

2121
# JVM
22-
crtJavaVersion=0.21.3
22+
crtJavaVersion=0.21.7

src/jvm/src/aws/sdk/kotlin/crt/http/HttpClientConnectionManagerJVM.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private fun HttpClientConnectionManagerOptions.into(): HttpClientConnectionManag
5656
.withUri(URI.create(uri.toString()))
5757
.withClientBootstrap(clientBootstrap.jniBootstrap)
5858
.withSocketOptions(socketOptions.into())
59-
.withWindowSize(initialWindowSize)
59+
.withWindowSize(initialWindowSize.toLong())
6060
.withManualWindowManagement(manualWindowManagement)
6161
.withMaxConnections(maxConnections)
6262
.withMaxConnectionIdleInMilliseconds(maxConnectionIdleMs)

0 commit comments

Comments
 (0)