smithy-lang / smithy-typescript

Smithy code generators for TypeScript. (in development)
Apache License 2.0
211 stars 78 forks source link

fix/keepalive #1310

Closed kuhe closed 1 month ago

kuhe commented 1 month ago

related to https://github.com/aws/aws-sdk-js-v3/issues/6144

moves the keep alive support check to the first FetchHttpHandler constructor call.

this avoids doing work in the module load phase now that fetch support is enabled in Node.js