From ad4f55ca7953c17339e3a4c2221c237a9bbc61bd Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 10 Nov 2014 08:26:38 +0100 Subject: [PATCH] 306 is now unused. 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. --- lib/Response.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Response.php b/lib/Response.php index d3adbbc..24454c6 100644 --- a/lib/Response.php +++ b/lib/Response.php @@ -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',