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

Close response file when it is no longer needed. #316

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Close response file when it is no longer needed. #316

merged 1 commit into from
Apr 6, 2020

Conversation

MiSikora
Copy link
Contributor

@MiSikora MiSikora commented Apr 6, 2020

πŸ“„ Context

There is an open issue. #311

πŸ“ Changes

File resource containing response is now closed after Chucker reads from it.

🚫 Breaking

No.

πŸ› οΈ How to test

Apply StrictMode.setVmPolicy(StrictMode.VmPolicy.Builder().detectAll().penaltyLog().build()) to the test application. It should no longer warn about opened resources.

⏱️ Next steps

Closes #311

@vbuberen
Copy link
Collaborator

vbuberen commented Apr 6, 2020

Thanks for taking ownership and fixing that fast πŸ‘

@vbuberen vbuberen merged commit 871f916 into ChuckerTeam:develop Apr 6, 2020
@cortinico cortinico added the bug Something isn't working label Apr 7, 2020
@cortinico cortinico added this to the 3.3.0 milestone Apr 7, 2020
@vbuberen vbuberen mentioned this pull request Apr 7, 2020
@wbervoets
Copy link

Hope 3.3.0 is released soon?

@MiSikora
Copy link
Contributor Author

Yes. We don't have an exact date, but the release is around the corner. Most likely this month.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closeable resource not closed
4 participants