mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
GitHub bad gateway
This commit is contained in:
@@ -1608,6 +1608,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
throw new IllegalArgumentException(jmessage.getString("message"));
|
||||
throw new IOException("HTTP " + status + ": " + response);
|
||||
}
|
||||
if (status == HttpsURLConnection.HTTP_BAD_GATEWAY)
|
||||
throw new IOException("HTTP " + status);
|
||||
if (status != HttpsURLConnection.HTTP_OK)
|
||||
throw new IOException("HTTP " + status + ": " + response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user