mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-16 13:31:51 +00:00
Fix one more place where the HTTP error code was lost
This commit is contained in:
@@ -331,7 +331,7 @@ public class NvHTTP {
|
|||||||
throw new FileNotFoundException(url);
|
throw new FileNotFoundException(url);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new IOException("HTTP request failed: "+response.code());
|
throw new GfeHttpResponseException(response.code(), response.message());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user