We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
connect_timeout
read_timeout
Location of the regression
In imds/client.rs, the field value connect_timeout and read_timeout is no longer used in building the IMDSv2 Client.
imds/client.rs
Even if someone sets the timeout programmatically, it's not applied in the builder. @jdisanti
The text was updated successfully, but these errors were encountered:
Fix regression: Use connect_timeout and read_timeout again (#1822) (
e78da55
#1823)
42aee39
No branches or pull requests
Location of the regression
In
imds/client.rs
, the field valueconnect_timeout
andread_timeout
is no longer used in building the IMDSv2 Client.Even if someone sets the timeout programmatically, it's not applied in the builder.
@jdisanti
The text was updated successfully, but these errors were encountered: