We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222f1ae commit 6e9b209Copy full SHA for 6e9b209
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/http/HttpClientConnectionNative.kt
@@ -194,6 +194,7 @@ private fun dereferenceUserdata(userdata: COpaquePointer?): StableRef<HttpStream
194
try {
195
userdata?.asStableRef<HttpStreamContext>()
196
} catch (_: NullPointerException) {
197
+ // `asStableRef()` can throw `NullPointerException` when target type can't be coerced to HttpStreamContext
198
null
199
}
200
0 commit comments