diff --git a/lib/rack/utils.rb b/lib/rack/utils.rb index eb49466dd..f845d5587 100644 --- a/lib/rack/utils.rb +++ b/lib/rack/utils.rb @@ -509,6 +509,7 @@ def names 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', + 306 => '(Unused)', 307 => 'Temporary Redirect', 308 => 'Permanent Redirect', 400 => 'Bad Request',