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

HttpClient instance as a property of MinioClient class #582

Merged
merged 3 commits into from
Feb 20, 2022
Merged

HttpClient instance as a property of MinioClient class #582

merged 3 commits into from
Feb 20, 2022

Conversation

ebozduman
Copy link
Collaborator

@ebozduman ebozduman commented Feb 16, 2022

This PR let's end user to have an option to create his/her own HttpClient instance and pass it into MinioClient constructor as an argument.
The new method is .WithHttpServer() method.
HttpClient's socket leakage (#411 ) and DNS issues are also addressed.

Minio/MinioClient.cs Show resolved Hide resolved
@harshavardhana harshavardhana merged commit c6079b7 into minio:master Feb 20, 2022
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.

3 participants