summary refs log tree commit
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-08-27 10:26:06 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-08-27 10:26:06 -0700
commit32acf9cd57c7bc20d72d9d6559d4d00f066745de (patch)
treec87c6e1038d1fe30c3717d5ab463dd21333644ad
parentebb7f0b4e5d1adfb426cd2c22a2fa7ad09d69891 (diff)
parent5401f776f660b1f8d0e0650ba78478d7488eff75 (diff)
downloadrack-32acf9cd57c7bc20d72d9d6559d4d00f066745de.tar.gz
Merge pull request #908 from fenec/add_421_status_code
Add 421 status code to utils
-rw-r--r--lib/rack/utils.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rack/utils.rb b/lib/rack/utils.rb
index 303821fa..e9410409 100644
--- a/lib/rack/utils.rb
+++ b/lib/rack/utils.rb
@@ -511,6 +511,7 @@ module Rack
       415 => 'Unsupported Media Type',
       416 => 'Range Not Satisfiable',
       417 => 'Expectation Failed',
+      421 => 'Misdirected Request',
       422 => 'Unprocessable Entity',
       423 => 'Locked',
       424 => 'Failed Dependency',