mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04:00
The StringBufferInputStream is deprecated, because it doesn't know the encoding of the string it is buffering. This has been changed to use a ByteArrayInputStream with UTF-8 encoding now. Also made use of previously unused mimeType parameter to set the Content-Type header of the response.