mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
android: null response body on error (#24854)
This commit is contained in:
@@ -67,6 +67,7 @@ public class HttpAndroid {
|
|||||||
Response response = new Response();
|
Response response = new Response();
|
||||||
response.status = Status.Invalid;
|
response.status = Status.Invalid;
|
||||||
response.error = "Request failed";
|
response.error = "Request failed";
|
||||||
|
response.body = null;
|
||||||
try {
|
try {
|
||||||
InputStream inputStream = null;
|
InputStream inputStream = null;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user