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

feat: allow the RetryDelegatingHandler to be used with HttpClientFactory #1030

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

childish-sambino
Copy link
Contributor

A default inner handler should not be created by the delegating handler as required by the client factory. This change moves the creation of HttpClientHandler to the base client.

Fixes #1026

…actory`

A default inner handler should not be created by the delegating handler as required by the client factory. This change moves the creation of `HttpClientHandler` to the base client.
@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Jul 21, 2020
@childish-sambino childish-sambino merged commit f578f9e into master Jul 22, 2020
@childish-sambino childish-sambino deleted the retry-inner-handler branch July 22, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of RetryDelegatingHandler with IHttpClientFactory
3 participants