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

Dispose HTTP response in BbsClient and AdoClient #926

Open
3 tasks
ArinGhazarian opened this issue Apr 1, 2023 · 0 comments
Open
3 tasks

Dispose HTTP response in BbsClient and AdoClient #926

ArinGhazarian opened this issue Apr 1, 2023 · 0 comments

Comments

@ArinGhazarian
Copy link
Collaborator

ArinGhazarian commented Apr 1, 2023

I noticed that in BbsClient and AdoClient we are not disposing the HTTP response that is getting returned by the HttpClient. The response needs to be immediately disposed with a using statement and also all unit tests need to be fixed the way they were fixed in #925.

Todo

@ArinGhazarian ArinGhazarian changed the title Dispose HTTP response in BbsClient and AdoClinet Dispose HTTP response in BbsClient and AdoClient Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant