smithy-lang / smithy-kotlin

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

fix: treat IO exceptions as retryable in HTTP engines #979

Closed ianbotsf closed 11 months ago

ianbotsf commented 12 months ago

Issue \

(none)

Description of changes

This change enables retrying on:

This will enable transient problems like socket errors, DNS lookup failues, etc. to be retried the same as other retryable errors.

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

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication