-
Notifications
You must be signed in to change notification settings - Fork 247
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
Outdated aws_smithy_runtime::client::http::hyper_014::HyperConnector
rustdoc example referencing DefaultHttpsTcpConnector
#986
Comments
Thanks for reporting this! Working on a fix. |
Moves the doc comments from HyperConnector to HyperClientBuilder where they're more relevant, and fixes the examples. This fix is for awslabs/aws-sdk-rust#986.
Moves the doc comments from HyperConnector to HyperClientBuilder where they're more relevant, and fixes the examples. This fix is for awslabs/aws-sdk-rust#986.
Moves the doc comments from HyperConnector to HyperClientBuilder where they're more relevant, and fixes the examples. This fix is for awslabs/aws-sdk-rust#986. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
This will be fixed in an upcoming release. |
Thank you for the quick work! |
The fix for this went out in the December 14th release. |
|
Describe the issue
As the title says, there is a rustdoc referencing a non-existent type
DefaultHttpsTcpConnector
in:aws-sdk-rust/sdk/aws-smithy-runtime/src/client/http/hyper_014.rs
Lines 132 to 143 in 3cb1d76
I think that instead this should be instead be something directly from the
hyper
crate, similar to what is used in the tests:aws-sdk-rust/sdk/aws-smithy-runtime/tests/reconnect_on_transient_error.rs
Lines 128 to 130 in 3cb1d76
Links
The text was updated successfully, but these errors were encountered: