Skip to content

Commit

Permalink
Added cloudflare 522 error status to http status codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arabcoders committed Aug 23, 2024
1 parent 85f3742 commit b58474d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Libs/Enums/Http/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ enum Status: int
case LOOP_DETECTED = 508; // RFC5842
case NOT_EXTENDED = 510; // RFC2774
case NETWORK_AUTHENTICATION_REQUIRED = 511; // RFC6585
case ORIGIN_SERVER_CONNECTION_ISSUE = 522; // -- cloudflare cdn.
}

0 comments on commit b58474d

Please sign in to comment.