smithy-rs icon indicating copy to clipboard operation
smithy-rs copied to clipboard

aws-smithy-experimental: With 1.0 client you cannot set TCP nodelay

Open jackkleeman opened this issue 7 months ago • 0 comments

In the old hyper client you could set nodelay by calling build with your own TCP connector. I can't see a way to do this any more - I find lambda performance with large-ish payloads significantly improves with nodelay set, therefore its critical that this can be set

See also https://github.com/awslabs/aws-sdk-rust/issues/958 for the issue re defaulting nodelay to true

jackkleeman avatar Jul 19 '24 13:07 jackkleeman