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

[http client] When building default underlying HttpClient create each time #291

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

rbygrave
Copy link
Contributor

That is, do not store/keep the underlying HttpClient if it is being created as part of build().

This means that the build() method can be called
multiple times to create multiple clients with
different underlying HttpClient instances.

… time

That is, do not store/keep the underlying HttpClient
if it is being created as part of build().

This means that the build() method can be called
multiple times to create multiple clients with
different underlying HttpClient instances.
@rbygrave rbygrave self-assigned this Sep 25, 2023
@rbygrave rbygrave added this to the 2.0 milestone Sep 25, 2023
@rbygrave rbygrave merged commit ae2ed58 into master Sep 25, 2023
2 checks passed
@rbygrave rbygrave deleted the feature/http-client-build branch September 25, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant