Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aws deps in service-client #1734

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comment linking to issue
  • Loading branch information
jackkleeman committed Jul 22, 2024
commit c9f0c2bc6c16a291fb68fe25af27e7cd1069947e
2 changes: 2 additions & 0 deletions crates/service-client/src/aws_hyper_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

//! Copied from https://github.com/smithy-lang/smithy-rs/blob/release-2024-07-16/rust-runtime/aws-smithy-experimental/src/hyper_1_0.rs
//! necessary to set nodelay(true) on http connector, which has a significant Lambda speedup
//! https://github.com/smithy-lang/smithy-rs/issues/3769 is the issue which will enable removing
//! this file.
//! License Apache-2.0

use aws_smithy_async::future::timeout::TimedOutError;
Expand Down
Loading