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

Support setting response timeout for individual requests in Netty HTTP client #23244

Merged
merged 7 commits into from
Aug 1, 2021

Conversation

srnagar
Copy link
Member

@srnagar srnagar commented Jul 29, 2021

This change allows setting response timeout for each request through request context for Netty client. Currently, this is not supported for OkHttp client because the timeout configuration happens at client creation time for OkHttp.

@ghost ghost added the Azure.Core azure-core label Jul 29, 2021
Copy link
Member

@mikeharder mikeharder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve the comment/style changes to the perf code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core azure-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants