Skip to content

remove okhttp3 internal Util usage#69

Open
autoknowledge1 wants to merge 1 commit into
revdotcom:developfrom
autoknowledge1:develop
Open

remove okhttp3 internal Util usage#69
autoknowledge1 wants to merge 1 commit into
revdotcom:developfrom
autoknowledge1:develop

Conversation

@autoknowledge1
Copy link
Copy Markdown

FileStreamRequestBody was calling the method closeQuietly() from okhttp3.internal.Util, which was removed in okhttp3 release 5, and anyhow shouldn't be used since it's 'internal' and therefore not intended for shared use. I reproduced the effect of closeQuitely() directly in the finally{} block instead.

@autoknowledge1 autoknowledge1 requested a review from a team as a code owner May 16, 2026 21:00
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.

1 participant