GitHub bad gateway

pull/214/head
M66B 6 months ago
parent 208fe65725
commit 97f94baec1

@ -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);

Loading…
Cancel
Save