Skip to content

Commit

Permalink
feat: add 505 HTTP Version Not Supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Nov 8, 2024
1 parent 0e509b7 commit 6c86035
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const statuses = {
502: { code: 502, message: 'Bad Gateway' },
503: { code: 503, message: 'Service Unavailable' },
504: { code: 504, message: 'Gateway Timeout' },
505: { code: 505, message: 'HTTP Version Not Supported' },
506: { code: 506, message: 'Variant Also Negotiates' },
507: { code: 507, message: 'Insufficient Storage' },
508: { code: 508, message: 'Loop Detected' },
Expand Down
Binary file added public/images-original/505.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/505.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c86035

Please sign in to comment.