owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.79k stars 3.05k forks source link

[TECHNICAL] Retrieve body of HTTP requests with `peekBody()` #4274

Closed JuancaG05 closed 8 months ago

JuancaG05 commented 8 months ago

Some improvements in strings and retrieve body of HTTP responses with peekBody() instead of the body getter so that it is not closed after using string() over it


QA