Skip to content

Commit

Permalink
Implement rfc2324 section 2.3.2, Status 418: I'm a teapot. (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffman authored and nateberkopec committed Aug 11, 2017
1 parent 5183923 commit a771ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puma/const.rb
Expand Up @@ -53,6 +53,7 @@ class UnsupportedOption < RuntimeError
415 => 'Unsupported Media Type',
416 => 'Range Not Satisfiable',
417 => 'Expectation Failed',
418 => 'I\'m A Teapot',
422 => 'Unprocessable Entity',
423 => 'Locked',
424 => 'Failed Dependency',
Expand Down

0 comments on commit a771ec3

Please sign in to comment.