Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit f037107

Browse files
committed
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. Thanks @jubianchi for the review!
1 parent 12ac39a commit f037107

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Response/Response.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,6 @@ class Response
217217
*/
218218
const STATUS_USE_PROXY = '305 Use Proxy';
219219

220-
/**
221-
* Switch proxy.
222-
*
223-
* @const string
224-
*/
225-
const STATUS_SWITCHING_PROXY = '306 Switching Proxy';
226-
227220
/**
228221
* Temporary redirect.
229222
*

0 commit comments

Comments
 (0)