Skip to content

Commit

Permalink
306 is now unused.
Browse files Browse the repository at this point in the history
Regarding http://tools.ietf.org/html/rfc7231#section-6.4.6:

> The 306 status code was defined in a previous version of this
> specification, is no longer used, and the code is reserved.
  • Loading branch information
Hywan committed Nov 10, 2014
1 parent c0316d1 commit ad4f55c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Response extends Message implements ResponseInterface {
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
306 => 'Reserved',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect',
400 => 'Bad Request',
Expand Down

0 comments on commit ad4f55c

Please sign in to comment.