Skip to content

Commit

Permalink
3.x HTTP 306 is deprecated and should not be used
Browse files Browse the repository at this point in the history
Ref: #9530 (review)
Alternative: Remove the code all-together.
  • Loading branch information
inoas committed Sep 28, 2016
1 parent 7dbbfa1 commit 06c36eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Response.php
Expand Up @@ -56,7 +56,7 @@ class Response
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
306 => 'Switch Proxy',
306 => '(Unused)',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect',
400 => 'Bad Request',
Expand Down

0 comments on commit 06c36eb

Please sign in to comment.