summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorqichengzx <qichengzx@gmail.com>2018-02-13 04:11:49 +0100
committerqichengzx <qichengzx@gmail.com>2018-02-13 04:11:49 +0100
commit694a43722212558eb25322e72bae09d70b6d4a07 (patch)
tree9ddf895e2ba305ce788955991b509a36b6044ea5 /system/core
parentbaeb6e3697a87f42fda49c31bdb0b3f5169d64ac (diff)
only retain 103, 207, 308, 421 and 451
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Common.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index b0c2d7a88..3a4ef425a 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -498,7 +498,6 @@ if ( ! function_exists('set_status_header'))
$stati = array(
100 => 'Continue',
101 => 'Switching Protocols',
- 102 => 'Processing',
103 => 'Early Hints',
200 => 'OK',
@@ -509,8 +508,6 @@ if ( ! function_exists('set_status_header'))
205 => 'Reset Content',
206 => 'Partial Content',
207 => 'Multi-Status',
- 208 => 'Already Reported',
- 226 => 'IM Used',
300 => 'Multiple Choices',
301 => 'Moved Permanently',
@@ -541,7 +538,6 @@ if ( ! function_exists('set_status_header'))
417 => 'Expectation Failed',
421 => 'Misdirected Request',
422 => 'Unprocessable Entity',
- 423 => 'Locked',
426 => 'Upgrade Required',
428 => 'Precondition Required',
429 => 'Too Many Requests',
@@ -554,10 +550,6 @@ if ( ! function_exists('set_status_header'))
503 => 'Service Unavailable',
504 => 'Gateway Timeout',
505 => 'HTTP Version Not Supported',
- 506 => 'Variant Also Negotiates',
- 507 => 'Insufficient Storage',
- 508 => 'Loop Detected',
- 510 => 'Not Extended',
511 => 'Network Authentication Required',
);