mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 10:32:43 +00:00
Fix one more place where the HTTP error code was lost
This commit is contained in:
parent
73df93f86a
commit
e7aeeb8bd5
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user