smithy-lang / smithy-swift

Apache License 2.0
29 stars 29 forks source link

fix: Streamline HttpInterceptor type inference #813

Closed jbelkins closed 1 month ago

jbelkins commented 1 month ago

Issue \

https://github.com/awslabs/aws-sdk-swift/issues/1681

Description of changes

Change construction of HTTP interceptors to match non-HTTP, which is never flagged in compiler crashes.

This is an attempt to address compiler crashes on the automated build system.

Scope

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