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

Enable health checks for HTTP/2 connections #21468

Merged
merged 9 commits into from Oct 19, 2023

Conversation

jhendrixMSFT
Copy link
Member

@jhendrixMSFT jhendrixMSFT commented Aug 30, 2023

If the health check fails, the connection will be closed and a new one created.

Fixes #21346

@jhendrixMSFT
Copy link
Member Author

@tadelesh what live tests do we have for ARM SDKs that I can run with this change?

@jhendrixMSFT jhendrixMSFT marked this pull request as ready for review October 19, 2023 18:44
@jhendrixMSFT jhendrixMSFT enabled auto-merge (squash) October 19, 2023 23:28
@jhendrixMSFT jhendrixMSFT merged commit f951bf5 into Azure:main Oct 19, 2023
11 checks passed
@jhendrixMSFT jhendrixMSFT deleted the azcore-transport-health branch October 23, 2023 15:49
@weinong
Copy link

weinong commented Feb 1, 2024

@jhendrixMSFT does this change apply to azidentity?

@jhendrixMSFT
Copy link
Member Author

Yes, it uses the same underlying transport policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outbound calls timing out with context deadline exceeded when TCP connection is been drop
4 participants