smithy-lang / smithy-kotlin

Smithy code generator for Kotlin (in development)
Apache License 2.0
79 stars 26 forks source link

fix: correctly handle async cancellation of call context in OkHttp engine #1063

Closed ianbotsf closed 5 months ago

ianbotsf commented 5 months ago

Issue \

Resolves #1061

Description of changes

Update OkHttp engine call context cancellation to first cancel the call before attempting to close any response body.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.