Skip to content

Commit

Permalink
Webhook HTTP 201 is valid response #1369
Browse files Browse the repository at this point in the history
  • Loading branch information
doom369 committed Sep 18, 2020
1 parent e70e54c commit 5415a23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public void onThrowable(Throwable t) {
private static boolean isValidResponseCode(int responseCode) {
switch (responseCode) {
case 200:
case 201:
case 202:
case 204:
case 302:
Expand Down

0 comments on commit 5415a23

Please sign in to comment.