Skip to content

Commit

Permalink
421 Misdirected Request.
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 19, 2015
1 parent 71408fb commit e6cfa76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ChangeLog

* #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
* #41: This library now uses the `sabre/uri` package for uri handling.

* Added `421 Misdirected Request` from the HTTP/2.0 spec.

3.0.4 (2014-12-10)
------------------
Expand Down
1 change: 1 addition & 0 deletions lib/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Response extends Message implements ResponseInterface {
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
418 => 'I\'m a teapot', // RFC 2324
421 => 'Misdirected Request', // draft-ietf-httpbis-http2
422 => 'Unprocessable Entity', // RFC 4918
423 => 'Locked', // RFC 4918
424 => 'Failed Dependency', // RFC 4918
Expand Down

0 comments on commit e6cfa76

Please sign in to comment.